These are both implemented by a recent LSR patch
authorChris Lattner <sabre@nondot.org>
Mon, 8 Aug 2005 05:29:51 +0000 (05:29 +0000)
committerChris Lattner <sabre@nondot.org>
Mon, 8 Aug 2005 05:29:51 +0000 (05:29 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@22700 91177308-0d34-0410-b5e6-96231b3b80d8

test/Transforms/LoopStrengthReduce/exit_compare_live_range.ll
test/Transforms/LoopStrengthReduce/related_indvars.ll

index f60e7d683cb6a0c9a94b57c265c2b7970811649b..4599de5f9ed4e012c55b9b685686764098b6a2f8 100644 (file)
@@ -3,7 +3,6 @@
 ; immediately before the conditional branch.
 ;
 ; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | %prcontext 'br bool' 1 | grep set
-; XFAIL: *
 
 void %foo(float* %D, uint %E) {
 entry:
index e3317169257fcd65e825752ac64739b0aa220125..f2470d943480c032e4a8adce826d61c05d69f6d2 100644 (file)
@@ -1,7 +1,6 @@
 ; RUN: llvm-as < %s | opt -loop-reduce | llvm-dis | grep phi | wc -l | grep 1
 
 ; This should only result in one PHI node!
-; XFAIL: *
 
 ; void foo(double *D, double *E, double F) {
 ;   while (D != E)