summaryrefslogtreecommitdiff
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
commitba2218ac242246c948137e8405c2720fa25a95cc (patch)
treea31da20f3a74b68c4c8be44c6897943887fe3a27
parent135c03094f039db5fc067a4ef4091096ab8d1eb1 (diff)
downloadllvm-ba2218ac242246c948137e8405c2720fa25a95cc.tar.gz
llvm-ba2218ac242246c948137e8405c2720fa25a95cc.tar.bz2
llvm-ba2218ac242246c948137e8405c2720fa25a95cc.tar.xz
test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8311.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126195 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--test/CodeGen/X86/vec_cast.ll3
1 files changed, 2 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_cast.ll b/test/CodeGen/X86/vec_cast.ll
index 95289c9685..6263d5826d 100644
--- a/test/CodeGen/X86/vec_cast.ll
+++ b/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>