aboutsummaryrefslogtreecommitdiff
path: root/test/CodeGen/ARM/ifcvt5.ll
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2009-10-02 04:57:15 +0000
committerEvan Cheng <evan.cheng@apple.com>2009-10-02 04:57:15 +0000
commit62a1b5db44e87eaba053483041943905b4a4046c (patch)
treeff92c4545c80b65d70b47fc89fadd3a67a69ede0 /test/CodeGen/ARM/ifcvt5.ll
parent1ec8e194eb28bc451abab3624ff2cb85f22f7b6c (diff)
Move load / store multiple before post-alloc scheduling.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@83236 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/ARM/ifcvt5.ll')
-rw-r--r--test/CodeGen/ARM/ifcvt5.ll5
1 files changed, 3 insertions, 2 deletions
diff --git a/test/CodeGen/ARM/ifcvt5.ll b/test/CodeGen/ARM/ifcvt5.ll
index da36af8bb7..13c1603c90 100644
--- a/test/CodeGen/ARM/ifcvt5.ll
+++ b/test/CodeGen/ARM/ifcvt5.ll
@@ -1,5 +1,4 @@
-; RUN: llc < %s -march=arm
-; RUN: llc < %s -march=arm | grep blge | count 1
+; RUN: llc < %s -march=arm | FileCheck %s
@x = external global i32* ; <i32**> [#uses=1]
@@ -11,6 +10,8 @@ entry:
}
define void @t1(i32 %a, i32 %b) {
+; CHECK: t1:
+; CHECK: ldmltfd sp!, {r7, pc}
entry:
%tmp1 = icmp sgt i32 %a, 10 ; <i1> [#uses=1]
br i1 %tmp1, label %cond_true, label %UnifiedReturnBlock