[llvm-branch-commits] [llvm-branch] r71493 - /llvm/branches/Apple/Dib/test/CodeGen/X86/iv-users-in-other-loops.ll
Bill Wendling
isanbard at gmail.com
Mon May 11 16:06:52 PDT 2009
Author: void
Date: Mon May 11 18:06:52 2009
New Revision: 71493
URL: http://llvm.org/viewvc/llvm-project?rev=71493&view=rev
Log:
XFAIL because some non-important patches aren't in Dib.
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=71493&r1=71492&r2=71493&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 Mon May 11 18:06:52 2009
@@ -5,6 +5,7 @@
; 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