[llvm-commits] [llvm] r59415 - /llvm/trunk/test/CodeGen/X86/2008-10-17-SpillerBug.ll
Lang Hames
lhames at gmail.com
Sun Nov 16 05:11:13 PST 2008
Author: lhames
Date: Sun Nov 16 07:11:09 2008
New Revision: 59415
URL: http://llvm.org/viewvc/llvm-project?rev=59415&view=rev
Log:
2008-10-17-SpillerBug.ll is currently failing, but this doesn't reflect an actual regression of PR2898. This test should probably be removed. I've XFAILed it for now to keep buildbot quiet while this is considered.
Modified:
llvm/trunk/test/CodeGen/X86/2008-10-17-SpillerBug.ll
Modified: llvm/trunk/test/CodeGen/X86/2008-10-17-SpillerBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2008-10-17-SpillerBug.ll?rev=59415&r1=59414&r2=59415&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/2008-10-17-SpillerBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2008-10-17-SpillerBug.ll Sun Nov 16 07:11:09 2008
@@ -1,4 +1,5 @@
; RUN: llvm-as < %s | llc -mtriple=x86_64-pc-linux-gnu -regalloc=pbqp -stats |& grep {Number of dead stores elided} | grep 2
+; XFAIL: *
; PR2898
%struct.BiContextType = type { i16, i8 }
More information about the llvm-commits
mailing list