summaryrefslogtreecommitdiffstats
path: root/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll
diff options
context:
space:
mode:
Diffstat (limited to 'test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll')
-rw-r--r--test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll18
1 files changed, 18 insertions, 0 deletions
diff --git a/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll b/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll
new file mode 100644
index 0000000..98cab9a
--- /dev/null
+++ b/test/CodeGen/ARM/2009-09-09-fpcmp-ole.ll
@@ -0,0 +1,18 @@
+; RUN: llc -O1 -march=arm -mattr=+vfp2 < %s | FileCheck %s
+; pr4939
+
+define void @test(double* %x, double* %y) nounwind {
+ %1 = load double* %x, align 4
+ %2 = load double* %y, align 4
+ %3 = fsub double -0.000000e+00, %1
+ %4 = fcmp ugt double %2, %3
+ br i1 %4, label %bb1, label %bb2
+
+bb1:
+;CHECK: fstdhi
+ store double %1, double* %y, align 4
+ br label %bb2
+
+bb2:
+ ret void
+}
OpenPOWER on IntegriCloud