[llvm-commits] [llvm] r112172 - /llvm/trunk/test/CodeGen/X86/vec_cast.ll
Chris Lattner
sabre at nondot.org
Wed Aug 25 22:52:42 PDT 2010
Author: lattner
Date: Thu Aug 26 00:52:42 2010
New Revision: 112172
URL: http://llvm.org/viewvc/llvm-project?rev=112172&view=rev
Log:
I think enough general codegen bugs are fixed to allow this to work
on random hosts, lets see!
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=112172&r1=112171&r2=112172&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_cast.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_cast.ll Thu Aug 26 00:52:42 2010
@@ -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>
More information about the llvm-commits
mailing list