Skip to content
Snippets Groups Projects
Commit ad89c410 authored by Owen Anderson's avatar Owen Anderson
Browse files

XFAIL this test. It only worked before because of a bug in the spill point...

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
parent bf77d2eb
No related branches found
No related tags found
No related merge requests found
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -pre-alloc-split -stats |& \ ; 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 ; RUN: grep {pre-alloc-split} | grep {Number of intervals split} | grep 1
; XFAIL: *
define void @test(double* %P, i32 %cond) nounwind { define void @test(double* %P, i32 %cond) nounwind {
entry: entry:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment