[llvm-commits] [llvm] r45705 - /llvm/trunk/test/CodeGen/X86/vec_insert-2.ll

Nate Begeman natebegeman at mac.com
Mon Jan 7 09:49:23 PST 2008


Author: sampo
Date: Mon Jan  7 11:49:23 2008
New Revision: 45705

URL: http://llvm.org/viewvc/llvm-project?rev=45705&view=rev
Log:
Update test to catch recent x86 insert regression and improvements

Modified:
    llvm/trunk/test/CodeGen/X86/vec_insert-2.ll

Modified: llvm/trunk/test/CodeGen/X86/vec_insert-2.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_insert-2.ll?rev=45705&r1=45704&r2=45705&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_insert-2.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_insert-2.ll Mon Jan  7 11:49:23 2008
@@ -1,3 +1,6 @@
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep '\$132,' | count 2
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep '\$2,'  | count 2
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep shufps | count 4
 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep pinsrw | count 1
 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep movhpd | count 1
 ; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse2 | grep unpcklpd | count 1





More information about the llvm-commits mailing list