aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/loop-hoist.ll
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-14 19:49:11 +0000
committerChris Lattner <sabre@nondot.org>2009-07-14 19:49:11 +0000
commit9e3152b381f8ca819c076d1b9436c393bd41304f (patch)
treed3ae81791348f368c36117324a81bd35029d2ce3 /test/CodeGen/X86/loop-hoist.ll
parent2da51dba6396b9e3bde232079ec5e1e6b1f8280f (diff)
downloadexternal_llvm-9e3152b381f8ca819c076d1b9436c393bd41304f.zip
external_llvm-9e3152b381f8ca819c076d1b9436c393bd41304f.tar.gz
external_llvm-9e3152b381f8ca819c076d1b9436c393bd41304f.tar.bz2
convert to filecheck style, simplify RUN line, and add comment.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@75667 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/loop-hoist.ll')
-rw-r--r--test/CodeGen/X86/loop-hoist.ll14
1 files changed, 7 insertions, 7 deletions
diff --git a/test/CodeGen/X86/loop-hoist.ll b/test/CodeGen/X86/loop-hoist.ll
index 73284a4..4edb088 100644
--- a/test/CodeGen/X86/loop-hoist.ll
+++ b/test/CodeGen/X86/loop-hoist.ll
@@ -1,10 +1,10 @@
-; RUN: llvm-as < %s | \
-; RUN: llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\
-; RUN: grep L_Arr.non_lazy_ptr
-; RUN: llvm-as < %s | \
-; RUN: llc -disable-post-RA-scheduler=true \
-; RUN: -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 |\
-; RUN: %prcontext L_Arr.non_lazy_ptr 1 | grep {4(%esp)}
+; LSR should hoist the load from the "Arr" stub out of the loop.
+
+; RUN: llvm-as < %s | llc -relocation-model=dynamic-no-pic -mtriple=i686-apple-darwin8.7.2 | FileCheck %s
+
+; CHECK: _foo:
+; CHECK: L_Arr$non_lazy_ptr
+; CHECK: LBB1_1: ## cond_true
@Arr = external global [0 x i32] ; <[0 x i32]*> [#uses=1]