[llvm-branch-commits] [llvm-branch] r71604 - /llvm/branches/Apple/Dib/test/CodeGen/X86/iv-users-in-other-loops.ll

Bill Wendling isanbard at gmail.com
Tue May 12 15:43:59 PDT 2009


Author: void
Date: Tue May 12 17:43:59 2009
New Revision: 71604

URL: http://llvm.org/viewvc/llvm-project?rev=71604&view=rev
Log:
Now passes.

Modified:
    llvm/branches/Apple/Dib/test/CodeGen/X86/iv-users-in-other-loops.ll

Modified: llvm/branches/Apple/Dib/test/CodeGen/X86/iv-users-in-other-loops.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/test/CodeGen/X86/iv-users-in-other-loops.ll?rev=71604&r1=71603&r2=71604&view=diff

==============================================================================
--- llvm/branches/Apple/Dib/test/CodeGen/X86/iv-users-in-other-loops.ll (original)
+++ llvm/branches/Apple/Dib/test/CodeGen/X86/iv-users-in-other-loops.ll Tue May 12 17:43:59 2009
@@ -5,7 +5,6 @@
 ; RUN: grep leaq %t | count 8
 ; RUN: grep leal %t | count 4
 ; RUN: grep movq %t | count 5
-; XFAIL: *
 
 ; IV users in each of the loops from other loops shouldn't cause LSR
 ; to insert new induction variables. Previously it would create a





More information about the llvm-branch-commits mailing list