[llvm-commits] [llvm] r80946 - /llvm/trunk/test/CodeGen/X86/vshift-4.ll

Daniel Dunbar daniel at zuster.org
Thu Sep 3 13:59:02 PDT 2009


Author: ddunbar
Date: Thu Sep  3 15:59:02 2009
New Revision: 80946

URL: http://llvm.org/viewvc/llvm-project?rev=80946&view=rev
Log:
Remove dead greps.

Modified:
    llvm/trunk/test/CodeGen/X86/vshift-4.ll

Modified: llvm/trunk/test/CodeGen/X86/vshift-4.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vshift-4.ll?rev=80946&r1=80945&r2=80946&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/vshift-4.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vshift-4.ll Thu Sep  3 15:59:02 2009
@@ -1,7 +1,4 @@
 ; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 -disable-mmx | FileCheck %s
-; RUN: grep psllq %t | count 1
-; RUN: grep pslld %t | count 3
-; RUN: grep psllw %t | count 2
 
 ; test vector shifts converted to proper SSE2 vector shifts when the shift
 ; amounts are the same when using a shuffle splat.





More information about the llvm-commits mailing list