diff options
| author | Akira Hatanaka <ahatanak@gmail.com> | 2011-09-21 17:36:30 +0000 |
|---|---|---|
| committer | Akira Hatanaka <ahatanak@gmail.com> | 2011-09-21 17:36:30 +0000 |
| commit | 24b6588743311267df03418b11cf72198c3b63ad (patch) | |
| tree | 031309c17e5a8db7e5f61809cb62766529888313 /llvm/test/CodeGen/Mips/2008-07-07-FPExtend.ll | |
| parent | ecccb1f868fccddb42e5643c024b77a2152c1ba0 (diff) | |
| download | bcm5719-llvm-24b6588743311267df03418b11cf72198c3b63ad.tar.gz bcm5719-llvm-24b6588743311267df03418b11cf72198c3b63ad.zip | |
Re-enable some of the disabled tests. Use FileCheck instead of grep to check
output.
llvm-svn: 140263
Diffstat (limited to 'llvm/test/CodeGen/Mips/2008-07-07-FPExtend.ll')
| -rw-r--r-- | llvm/test/CodeGen/Mips/2008-07-07-FPExtend.ll | 8 |
1 files changed, 2 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/Mips/2008-07-07-FPExtend.ll b/llvm/test/CodeGen/Mips/2008-07-07-FPExtend.ll index 624293f57d2..29c8e8446e3 100644 --- a/llvm/test/CodeGen/Mips/2008-07-07-FPExtend.ll +++ b/llvm/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 } |

