[llvm-commits] [llvm] r126217 - /llvm/trunk/test/CodeGen/X86/vec_cast.ll

NAKAMURA Takumi geek4civic at gmail.com
Tue Feb 22 00:22:54 PST 2011


Author: chapuni
Date: Tue Feb 22 02:22:54 2011
New Revision: 126217

URL: http://llvm.org/viewvc/llvm-project?rev=126217&view=rev
Log:
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.

Modified:
    llvm/trunk/test/CodeGen/X86/vec_cast.ll

Modified: llvm/trunk/test/CodeGen/X86/vec_cast.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_cast.ll?rev=126217&r1=126216&r2=126217&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_cast.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_cast.ll Tue Feb 22 02:22:54 2011
@@ -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>





More information about the llvm-commits mailing list