Requires SSE2.
authorEvan Cheng <evan.cheng@apple.com>
Wed, 1 Aug 2007 00:10:12 +0000 (00:10 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Wed, 1 Aug 2007 00:10:12 +0000 (00:10 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40657 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/2007-07-31-VInsertBug.ll

index 50db1c62f292bddc1a36581446394dbaa4a6efec..1b13b0804540978d138367f1dab80457977264d0 100644 (file)
@@ -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