this is not implemented by lsr yet
authorChris Lattner <sabre@nondot.org>
Thu, 4 Aug 2005 01:18:48 +0000 (01:18 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 4 Aug 2005 01:18:48 +0000 (01:18 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22642 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopStrengthReduce/ops_after_indvar.ll

index b4bda7e5374f6aab6199e62b07f09c6ae6c59596..76680a901fa6fc594b4520267386686d3e0d364a 100644 (file)
@@ -2,6 +2,7 @@
 ; gets reduced, making INDVAR dead.
 
 ; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | not grep INDVAR
+; XFAIL: *
 
 declare bool %pred()
 declare int %getidx()