summaryrefslogtreecommitdiff
path: root/test/CodeGen/X86/vec_shuffle-20.ll
diff options
context:
space:
mode:
authorElena Demikhovsky <elena.demikhovsky@intel.com>2012-12-05 09:24:57 +0000
committerElena Demikhovsky <elena.demikhovsky@intel.com>2012-12-05 09:24:57 +0000
commit226e0e6264dc15ea8f26261a813eae3c17987b3b (patch)
treef481003cfe75f95725d8c7787015ba30edfaca4b /test/CodeGen/X86/vec_shuffle-20.ll
parenteca1fcf3d2d8246c45648fea59bd21a4091f9115 (diff)
downloadllvm-226e0e6264dc15ea8f26261a813eae3c17987b3b.tar.gz
llvm-226e0e6264dc15ea8f26261a813eae3c17987b3b.tar.bz2
llvm-226e0e6264dc15ea8f26261a813eae3c17987b3b.tar.xz
Simplified BLEND pattern matching for shuffles.
Generate VPBLENDD for AVX2 and VPBLENDW for v16i16 type on AVX2. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@169366 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 976cd1835b..b6b8ba6f84 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 3
+; RUN: llc < %s -o /dev/null -march=x86 -mcpu=corei7 -mtriple=i686-apple-darwin9 -stats -info-output-file - | grep asm-printer | grep 2
define <4 x float> @func(<4 x float> %fp0, <4 x float> %fp1) nounwind {
entry: