[llvm-branch-commits] [llvm-branch] r71139 - /llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-16-SpillerBug.ll
Bill Wendling
isanbard at gmail.com
Wed May 6 18:28:00 PDT 2009
Author: void
Date: Wed May 6 20:28:00 2009
New Revision: 71139
URL: http://llvm.org/viewvc/llvm-project?rev=71139&view=rev
Log:
XFAIL this until r71010 is fixed.
Modified:
llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-16-SpillerBug.ll
Modified: llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-16-SpillerBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-16-SpillerBug.ll?rev=71139&r1=71138&r2=71139&view=diff
==============================================================================
--- llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-16-SpillerBug.ll (original)
+++ llvm/branches/Apple/Dib/test/CodeGen/X86/2009-03-16-SpillerBug.ll Wed May 6 20:28:00 2009
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=i386-apple-darwin -stats |& grep spiller | not grep {stores unfolded}
+; XFAIL: *
; rdar://6682365
; Do not clobber a register if another spill slot is available in it and it's marked "do not clobber".
More information about the llvm-branch-commits
mailing list