summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-20.ll
diff options
context:
space:
mode:
authorNadav Rotem <nadav.rotem@intel.com>2012-04-15 19:36:44 +0000
committerNadav Rotem <nadav.rotem@intel.com>2012-04-15 19:36:44 +0000
commitf16af0a05358c953fe9a8c2fbb0cf892b940ece9 (patch)
treea5daf35d2666949a215c7c874dd7de2e70c8fc9a /test/CodeGen/X86/vec_shuffle-20.ll
parente747fadedf8c5b80f1a0d5e84078a4428e06098e (diff)
downloadllvm-f16af0a05358c953fe9a8c2fbb0cf892b940ece9.tar.gz
llvm-f16af0a05358c953fe9a8c2fbb0cf892b940ece9.tar.bz2
llvm-f16af0a05358c953fe9a8c2fbb0cf892b940ece9.tar.xz
Fix PR12529. The Vxx family of instructions are only supported by AVX.
Use non-vex instructions for SSE4. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@154770 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/vec_shuffle-20.ll')
-rw-r--r--test/CodeGen/X86/vec_shuffle-20.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/vec_shuffle-20.ll b/test/CodeGen/X86/vec_shuffle-20.ll
index b6b8ba6f84..976cd1835b 100644
--- a/test/CodeGen/X86/vec_shuffle-20.ll
+++ b/test/CodeGen/X86/vec_shuffle-20.ll
@@ -1,4 +1,4 @@
-; RUN: llc < %s -o /dev/null -march=x86 -mcpu=corei7 -mtriple=i686-apple-darwin9 -stats -info-output-file - | grep asm-printer | grep 2
+; RUN: llc < %s -o /dev/null -march=x86 -mcpu=corei7 -mtriple=i686-apple-darwin9 -stats -info-output-file - | grep asm-printer | grep 3
define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) nounwind {
entry: