[ARM] When a bitcast is about to be turned into a VMOVDRR, try to combine it
[oota-llvm.git] / test / CodeGen / ARM / fixunsdfdi.ll
index ebf1d84536e3b07a8acba2b6792b41811e34f0a3..f3406cc55fbb540620fdb2c3ab3ed6078d5675cc 100644 (file)
@@ -1,5 +1,5 @@
-; RUN: llc < %s -march=arm -mattr=+vfp2
-; RUN: llc < %s -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
+