summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_cast.ll
diff options
context:
space:
mode:
authorNAKAMURA Takumi <geek4civic@gmail.com>2011-02-22 08:22:54 +0000
committerNAKAMURA Takumi <geek4civic@gmail.com>2011-02-22 08:22:54 +0000
commit6023efb45d9f21d0fd453334dc958b125cdbd8f8 (patch)
treea225be42140420ae53b7e2680e61d8ded4235db1 /test/CodeGen/X86/vec_cast.ll
parent0de102b9d831893d49f4cfaf4f000ef1f0ab4fec (diff)
downloadllvm-6023efb45d9f21d0fd453334dc958b125cdbd8f8.tar.gz
llvm-6023efb45d9f21d0fd453334dc958b125cdbd8f8.tar.bz2
llvm-6023efb45d9f21d0fd453334dc958b125cdbd8f8.tar.xz
Revert r126195, "test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8311."
It seems it affected configuration --target=i686-pc-mingw32, I don't know and will investigate why. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@126217 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_cast.ll')
-rw-r--r--test/CodeGen/X86/vec_cast.ll3
1 files changed, 1 insertions, 2 deletions
diff --git a/test/CodeGen/X86/vec_cast.ll b/test/CodeGen/X86/vec_cast.ll
index 6263d5826d..95289c9685 100644
--- a/test/CodeGen/X86/vec_cast.ll
+++ b/test/CodeGen/X86/vec_cast.ll
@@ -1,6 +1,5 @@
; 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>