[llvm-commits] [llvm] r63340 - /llvm/trunk/test/CodeGen/X86/pre-split1.ll

Owen Anderson resistor at mac.com
Thu Jan 29 14:27:56 PST 2009


Author: resistor
Date: Thu Jan 29 16:27:56 2009
New Revision: 63340

URL: http://llvm.org/viewvc/llvm-project?rev=63340&view=rev
Log:
XFAIL this test.  It only worked before because of a bug in the spill point selection code.  Not deleting because 
it should be possible to enhance the selection code to handle this in the future.

Modified:
    llvm/trunk/test/CodeGen/X86/pre-split1.ll

Modified: llvm/trunk/test/CodeGen/X86/pre-split1.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/pre-split1.ll?rev=63340&r1=63339&r2=63340&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/pre-split1.ll (original)
+++ llvm/trunk/test/CodeGen/X86/pre-split1.ll Thu Jan 29 16:27:56 2009
@@ -1,5 +1,6 @@
 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -pre-alloc-split -stats |& \
 ; RUN:   grep {pre-alloc-split} | grep {Number of intervals split} | grep 1
+; XFAIL: *
 
 define void @test(double* %P, i32 %cond) nounwind {
 entry:





More information about the llvm-commits mailing list