diff options
author | Owen Anderson <resistor@mac.com> | 2009-01-29 22:27:56 +0000 |
---|---|---|
committer | Owen Anderson <resistor@mac.com> | 2009-01-29 22:27:56 +0000 |
commit | af399a6ffe80aba253d45bf229f5687f70536f0b (patch) | |
tree | c3ba618effe3c06938b5deff16571d72064da59c /test/CodeGen | |
parent | 3ef4549d9d03146a23971f44155eca6330fb308e (diff) | |
download | external_llvm-af399a6ffe80aba253d45bf229f5687f70536f0b.zip external_llvm-af399a6ffe80aba253d45bf229f5687f70536f0b.tar.gz external_llvm-af399a6ffe80aba253d45bf229f5687f70536f0b.tar.bz2 |
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
Diffstat (limited to 'test/CodeGen')
-rw-r--r-- | test/CodeGen/X86/pre-split1.ll | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/pre-split1.ll b/test/CodeGen/X86/pre-split1.ll index f99ac89..99a46b6 100644 --- 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: |