[llvm-branch-commits] [llvm-branch] r69711 - /llvm/branches/Apple/Dib/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll

Bill Wendling isanbard at gmail.com
Tue Apr 21 13:29:52 PDT 2009


Author: void
Date: Tue Apr 21 15:29:52 2009
New Revision: 69711

URL: http://llvm.org/viewvc/llvm-project?rev=69711&view=rev
Log:
Fix testcase to be inline with TOT.

Modified:
    llvm/branches/Apple/Dib/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll

Modified: llvm/branches/Apple/Dib/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll?rev=69711&r1=69710&r2=69711&view=diff

==============================================================================
--- llvm/branches/Apple/Dib/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll (original)
+++ llvm/branches/Apple/Dib/test/CodeGen/X86/2009-04-16-SpillerUnfold.ll Tue Apr 21 15:29:52 2009
@@ -1,4 +1,6 @@
 ; RUN: llvm-as < %s | llc -mtriple=x86_64-apple-darwin10.0 -relocation-model=pic -disable-fp-elim -stats |& grep {Number of modref unfolded}
+; XFAIL: *
+; 69408 removed the opportunity for this optimization to work
 
 	%struct.SHA512_CTX = type { [8 x i64], i64, i64, %struct.anon, i32, i32 }
 	%struct.anon = type { [16 x i64] }





More information about the llvm-branch-commits mailing list