[llvm-commits] [llvm] r40657 - /llvm/trunk/test/CodeGen/X86/2007-07-31-VInsertBug.ll

Evan Cheng evan.cheng at apple.com
Tue Jul 31 17:10:12 PDT 2007


Author: evancheng
Date: Tue Jul 31 19:10:12 2007
New Revision: 40657

URL: http://llvm.org/viewvc/llvm-project?rev=40657&view=rev
Log:
Requires SSE2.

Modified:
    llvm/trunk/test/CodeGen/X86/2007-07-31-VInsertBug.ll

Modified: llvm/trunk/test/CodeGen/X86/2007-07-31-VInsertBug.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/2007-07-31-VInsertBug.ll?rev=40657&r1=40656&r2=40657&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/2007-07-31-VInsertBug.ll (original)
+++ llvm/trunk/test/CodeGen/X86/2007-07-31-VInsertBug.ll Tue Jul 31 19:10:12 2007
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | %prcontext {pinsrw \$2} 1 | grep "movl \$1"
-; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin | not grep movss
+; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | %prcontext {pinsrw \$2} 1 | grep "movl \$1"
+; RUN: llvm-as < %s | llc -mtriple=i686-apple-darwin -mattr=+sse2 | not grep movss
 
 @G = global <4 x float> zeroinitializer
 





More information about the llvm-commits mailing list