summaryrefslogtreecommitdiff
path: root/test/CodeGen/Mips/2008-07-07-FPExtend.ll
diff options
context:
space:
mode:
authorAkira Hatanaka <ahatanak@gmail.com>2011-09-21 17:36:30 +0000
committerAkira Hatanaka <ahatanak@gmail.com>2011-09-21 17:36:30 +0000
commit0b4a61548f4c79b65a1f08883b0eeb972423a9f9 (patch)
tree056488539157859998052c8318487e7fa42f6067 /test/CodeGen/Mips/2008-07-07-FPExtend.ll
parent0e64f810a521806838bf90d77f081d3a1da98b5e (diff)
downloadllvm-0b4a61548f4c79b65a1f08883b0eeb972423a9f9.tar.gz
llvm-0b4a61548f4c79b65a1f08883b0eeb972423a9f9.tar.bz2
llvm-0b4a61548f4c79b65a1f08883b0eeb972423a9f9.tar.xz
Re-enable some of the disabled tests. Use FileCheck instead of grep to check
output. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@140263 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/Mips/2008-07-07-FPExtend.ll')
-rw-r--r--test/CodeGen/Mips/2008-07-07-FPExtend.ll8
1 files changed, 2 insertions, 6 deletions
diff --git a/test/CodeGen/Mips/2008-07-07-FPExtend.ll b/test/CodeGen/Mips/2008-07-07-FPExtend.ll
index 624293f57d..29c8e8446e 100644
--- a/test/CodeGen/Mips/2008-07-07-FPExtend.ll
+++ b/test/CodeGen/Mips/2008-07-07-FPExtend.ll
@@ -1,12 +1,8 @@
-; DISABLED: llc < %s -march=mips | grep __extendsfdf2
-; RUN: false
-; XFAIL: *
-
-target datalayout = "e-p:32:32:32-i1:8:8-i8:8:32-i16:16:32-i32:32:32-i64:32:64-f32:32:32-f64:64:64-v64:64:64-v128:128:128-a0:0:64"
-target triple = "mipsallegrexel-unknown-psp-elf"
+; RUN: llc -march=mips -mattr=single-float < %s | FileCheck %s
define double @dofloat(float %a) nounwind {
entry:
+; CHECK: __extendsfdf2
fpext float %a to double ; <double>:0 [#uses=1]
ret double %0
}