summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-02-22 07:19:03 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-02-22 07:19:03 +0000
commitf4e6f323cb0fda20e6270b1154d7dbcb848ae1a7 (patch)
treeaaccae628cb08126fc1e334f19074772e260c54f /llvm/test/CodeGen/X86
parent9cb20ac2e89874b9eb09eed250557814f8ccbd2f (diff)
downloadbcm5719-llvm-f4e6f323cb0fda20e6270b1154d7dbcb848ae1a7.tar.gz
bcm5719-llvm-f4e6f323cb0fda20e6270b1154d7dbcb848ae1a7.zip
test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8311.
llvm-svn: 126195
Diffstat (limited to 'llvm/test/CodeGen/X86')
-rw-r--r--llvm/test/CodeGen/X86/vec_cast.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vec_cast.ll b/llvm/test/CodeGen/X86/vec_cast.ll
index 95289c9685a..6263d5826dd 100644
--- a/llvm/test/CodeGen/X86/vec_cast.ll
+++ b/llvm/test/CodeGen/X86/vec_cast.ll
@@ -1,5 +1,6 @@
; RUN: llc < %s -march=x86-64 -mcpu=core2
-
+; PR8311
+; XFAIL: mingw,win32
define <8 x i32> @a(<8 x i16> %a) nounwind {
%c = sext <8 x i16> %a to <8 x i32>
OpenPOWER on IntegriCloud