aboutsummaryrefslogtreecommitdiffstats
path: root/test
diff options
context:
space:
mode:
authorEli Friedman <eli.friedman@gmail.com>2011-07-26 20:41:03 +0000
committerEli Friedman <eli.friedman@gmail.com>2011-07-26 20:41:03 +0000
commitce1986bd21cc916dd02efff131f37214d71b7507 (patch)
treee67097f8fb18a94fb2647d3d3e86839641648620 /test
parent24f05334e60bd2b2b614d5eb72ee6c92ad0a9bc8 (diff)
downloadexternal_llvm-ce1986bd21cc916dd02efff131f37214d71b7507.zip
external_llvm-ce1986bd21cc916dd02efff131f37214d71b7507.tar.gz
external_llvm-ce1986bd21cc916dd02efff131f37214d71b7507.tar.bz2
XFAIL this test while I investigate it; it's failing for an unexpected reason.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136131 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test')
-rw-r--r--test/CodeGen/X86/split-vector-bitcast.ll1
1 files changed, 1 insertions, 0 deletions
diff --git a/test/CodeGen/X86/split-vector-bitcast.ll b/test/CodeGen/X86/split-vector-bitcast.ll
index 55ba07d..79cc120 100644
--- a/test/CodeGen/X86/split-vector-bitcast.ll
+++ b/test/CodeGen/X86/split-vector-bitcast.ll
@@ -1,5 +1,6 @@
; RUN: llc < %s -march=x86 -mattr=-sse2,+sse | grep addps
+; XFAIL: *
; PR10497
; (This is primarily checking that this construct doesn't crash.)
define void @a(<2 x float>* %a, <2 x i32>* %b) {