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:
1bbae0c
)
This is now implemented
author
Chris Lattner
<sabre@nondot.org>
Tue, 9 Aug 2005 00:19:44 +0000
(
00:19
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Tue, 9 Aug 2005 00:19:44 +0000
(
00:19
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22723
91177308
-0d34-0410-b5e6-
96231b3b80d8
test/Transforms/LoopStrengthReduce/share_ivs.ll
patch
|
blob
|
history
diff --git
a/test/Transforms/LoopStrengthReduce/share_ivs.ll
b/test/Transforms/LoopStrengthReduce/share_ivs.ll
index 1e4c844435c71bdf39eb9055e3d80bbb5b1810b3..d44cf0f1e7d80ac5a4e7b0dddae5d553527dd92b 100644
(file)
--- a/
test/Transforms/LoopStrengthReduce/share_ivs.ll
+++ b/
test/Transforms/LoopStrengthReduce/share_ivs.ll
@@
-4,8
+4,6
@@
; loop invariant value (B) added to it inside of the loop, instead of having
; a whole indvar based on B for it.
-; XFAIL: *
-
declare bool %cond(uint)
void %test(uint %B) {