This is now implemented
authorChris Lattner <sabre@nondot.org>
Tue, 9 Aug 2005 00:19:44 +0000 (00:19 +0000)
committerChris 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

index 1e4c844435c71bdf39eb9055e3d80bbb5b1810b3..d44cf0f1e7d80ac5a4e7b0dddae5d553527dd92b 100644 (file)
@@ -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) {