mirror of
https://github.com/RPCSX/llvm.git
synced 2025-01-06 03:38:24 +00:00
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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@63340 91177308-0d34-0410-b5e6-96231b3b80d8
This commit is contained in:
parent
3ef4549d9d
commit
af399a6ffe
@ -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
Block a user