projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3ef4549
)
XFAIL this test. It only worked before because of a bug in the spill point selection...
author
Owen Anderson
<resistor@mac.com>
Thu, 29 Jan 2009 22:27:56 +0000
(22:27 +0000)
committer
Owen Anderson
<resistor@mac.com>
Thu, 29 Jan 2009 22:27:56 +0000
(22:27 +0000)
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
test/CodeGen/X86/pre-split1.ll
patch
|
blob
|
history
diff --git
a/test/CodeGen/X86/pre-split1.ll
b/test/CodeGen/X86/pre-split1.ll
index f99ac8981dd701c343cb41be73d06ecc438bd47c..99a46b6e5fd23de43cd5cbb5dd806002b6dc0803 100644
(file)
--- a/
test/CodeGen/X86/pre-split1.ll
+++ b/
test/CodeGen/X86/pre-split1.ll
@@
-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: