[X86][SSE] Added tests for i8/i16 vector shifts
[oota-llvm.git] / test / CodeGen / ARM / fixunsdfdi.ll
index 777a3d69a1913b882cda0e4286598e19ea9993d6..f3406cc55fbb540620fdb2c3ab3ed6078d5675cc 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=arm -mattr=+vfp2
-; RUN: llvm-as < %s | llc -march=arm -mattr=vfp2 | not grep fstd
+; RUN: llc -mtriple=arm-eabi -mattr=+vfp2 %s -o /dev/null
+; RUN: llc -mtriple=arm-eabi -mattr=vfp2 %s -o - | FileCheck %s
 
 define hidden i64 @__fixunsdfdi(double %x) nounwind readnone {
 entry:
@@ -27,3 +27,6 @@ bb7:          ; preds = %bb3
 bb10:          ; preds = %entry
        ret i64 0
 }
+
+; CHECK-NOT: vstr.64
+