[llvm-commits] [llvm] r47017 - /llvm/trunk/test/CodeGen/X86/peep-vector-extract-concat.ll

Evan Cheng evan.cheng at apple.com
Tue Feb 12 11:11:10 PST 2008


Author: evancheng
Date: Tue Feb 12 13:11:08 2008
New Revision: 47017

URL: http://llvm.org/viewvc/llvm-project?rev=47017&view=rev
Log:
This test assumes no SSE4.1.

Modified:
    llvm/trunk/test/CodeGen/X86/peep-vector-extract-concat.ll

Modified: llvm/trunk/test/CodeGen/X86/peep-vector-extract-concat.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/peep-vector-extract-concat.ll?rev=47017&r1=47016&r2=47017&view=diff

==============================================================================
--- llvm/trunk/test/CodeGen/X86/peep-vector-extract-concat.ll (original)
+++ llvm/trunk/test/CodeGen/X86/peep-vector-extract-concat.ll Tue Feb 12 13:11:08 2008
@@ -1,4 +1,4 @@
-; RUN: llvm-as < %s | llc -march=x86-64 | grep {shufps	\$3, %xmm0, %xmm0}
+; RUN: llvm-as < %s | llc -march=x86-64 -mattr=+sse2,-sse41 | grep {shufps	\$3, %xmm0, %xmm0}
 
 define float @foo(<8 x float> %a) {
   %c = extractelement <8 x float> %a, i32 3





More information about the llvm-commits mailing list