aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen
diff options
context:
space:
mode:
authorEvan Cheng <evan.cheng@apple.com>2008-02-12 19:11:08 +0000
committerEvan Cheng <evan.cheng@apple.com>2008-02-12 19:11:08 +0000
commitcad81212fc8489a42541a54a14ee4772ef5fc547 (patch)
treef8fc76438fdfd4b9266b4dd7dff7a7ed477fb6a4 /test/CodeGen
parent34b825c6382977b4a7c8a5387841f56f79fae011 (diff)
downloadexternal_llvm-cad81212fc8489a42541a54a14ee4772ef5fc547.zip
external_llvm-cad81212fc8489a42541a54a14ee4772ef5fc547.tar.gz
external_llvm-cad81212fc8489a42541a54a14ee4772ef5fc547.tar.bz2
This test assumes no SSE4.1.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47017 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen')
-rw-r--r--test/CodeGen/X86/peep-vector-extract-concat.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/peep-vector-extract-concat.ll b/test/CodeGen/X86/peep-vector-extract-concat.ll
index 9643795..737da66 100644
--- a/test/CodeGen/X86/peep-vector-extract-concat.ll
+++ b/test/CodeGen/X86/peep-vector-extract-concat.ll
@@ -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