This test assumes no SSE4.1.
authorEvan Cheng <evan.cheng@apple.com>
Tue, 12 Feb 2008 19:11:08 +0000 (19:11 +0000)
committerEvan Cheng <evan.cheng@apple.com>
Tue, 12 Feb 2008 19:11:08 +0000 (19:11 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47017 91177308-0d34-0410-b5e6-96231b3b80d8

test/CodeGen/X86/peep-vector-extract-concat.ll

index 9643795e7b05e7338d60dfa56d78c7e0c4969038..737da66d1fa7bdfa9e297d0f2debf82da7b71ddb 100644 (file)
@@ -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