forked from OSchip/llvm-project
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. llvm-svn: 63340
This commit is contained in:
parent
bf77d2eb9d
commit
ad89c410e6
|
@ -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:
|
||||
|
|
Loading…
Reference in New Issue