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

NAKAMURA Takumi geek4civic at gmail.com
Mon Feb 21 23:19:03 PST 2011


Author: chapuni
Date: Tue Feb 22 01:19:03 2011
New Revision: 126195

URL: http://llvm.org/viewvc/llvm-project?rev=126195&view=rev
Log:
test/CodeGen/X86/vec_cast.ll: Mark as XFAIL: migw,win32 for workaround of PR8311.

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=126195&r1=126194&r2=126195&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_cast.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_cast.ll Tue Feb 22 01:19:03 2011
@@ -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>





More information about the llvm-commits mailing list