[llvm-commits] [llvm] r49343 - /llvm/trunk/test/CodeGen/X86/vec_shuffle-16.ll
Evan Cheng
evan.cheng at apple.com
Mon Apr 7 10:02:18 PDT 2008
Author: evancheng
Date: Mon Apr 7 12:02:18 2008
New Revision: 49343
URL: http://llvm.org/viewvc/llvm-project?rev=49343&view=rev
Log:
Fix test.
Modified:
llvm/trunk/test/CodeGen/X86/vec_shuffle-16.ll
Modified: llvm/trunk/test/CodeGen/X86/vec_shuffle-16.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vec_shuffle-16.ll?rev=49343&r1=49342&r2=49343&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vec_shuffle-16.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vec_shuffle-16.ll Mon Apr 7 12:02:18 2008
@@ -1,5 +1,5 @@
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep shufps | count 4
-; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse | grep mov | count 2
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse,-sse2 | grep shufps | count 4
+; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse,-sse2 | grep mov | count 2
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | grep pshufd | count 4
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep shufps
; RUN: llvm-as < %s | llc -march=x86 -mattr=+sse2 | not grep mov
More information about the llvm-commits
mailing list