I think enough general codegen bugs are fixed to allow this to work
authorChris Lattner <sabre@nondot.org>
Thu, 26 Aug 2010 05:52:42 +0000 (05:52 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 26 Aug 2010 05:52:42 +0000 (05:52 +0000)
on random hosts, lets see!

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@112172 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/vec_cast.ll

index 4e805029959e83786ccd8b37e1147ff88a736cb7..6f18d13cc9d3c92a92b6a4f99d82ff4f784d6ae2 100644 (file)
@@ -1,7 +1,5 @@
-; RUN: true
-; llc < %s -march=x86-64 
-; RUN: true
-;llc < %s -march=x86-64 -disable-mmx
+; RUN: llc < %s -march=x86-64 
+; RUN: llc < %s -march=x86-64 -disable-mmx
 
 define <8 x i32> @a(<8 x i16> %a) nounwind {
   %c = sext <8 x i16> %a to <8 x i32>