diff options
-rw-r--r-- | test/CodeGen/X86/split-vector-bitcast.ll | 1 |
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 55ba07dc6c..79cc1202dc 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) { |