projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
368eb2b
)
Fix test to pass on Linux.
author
Dale Johannesen
<dalej@apple.com>
Fri, 5 Dec 2008 22:38:21 +0000
(22:38 +0000)
committer
Dale Johannesen
<dalej@apple.com>
Fri, 5 Dec 2008 22:38:21 +0000
(22:38 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60614
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/CodeGen/X86/loop-strength-reduce-2.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/loop-strength-reduce-2.ll
b/test/CodeGen/X86/loop-strength-reduce-2.ll
index 1375793bce322f9b9bee80833383ef9dc0f32c25..b67e618ac8ce27993bb180e87e5b4eef1c003735 100644
(file)
--- a/
test/CodeGen/X86/loop-strength-reduce-2.ll
+++ b/
test/CodeGen/X86/loop-strength-reduce-2.ll
@@
-1,5
+1,5
@@
; RUN: llvm-as < %s | llc -march=x86 -relocation-model=pic | \
-; RUN: grep {
A-
} | count 1
+; RUN: grep {
, 4
} | count 1
;
; Make sure the common loop invariant A is hoisted up to preheader,
; since too many registers are needed to subsume it into the addressing modes.