aboutsummaryrefslogtreecommitdiffstats
path: root/test/CodeGen/X86/avx-vpermil.ll
diff options
context:
space:
mode:
authorBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-07-29 02:05:28 +0000
committerBruno Cardoso Lopes <bruno.cardoso@gmail.com>2011-07-29 02:05:28 +0000
commit6126005259422581d165e406af0e46de19c0b401 (patch)
tree7e629b281adec130bef984d18a5b508390ff2832 /test/CodeGen/X86/avx-vpermil.ll
parentdd6353073f8345e76716e5785da5a48bc964eac9 (diff)
downloadexternal_llvm-6126005259422581d165e406af0e46de19c0b401.zip
external_llvm-6126005259422581d165e406af0e46de19c0b401.tar.gz
external_llvm-6126005259422581d165e406af0e46de19c0b401.tar.bz2
Fix two tests that I crashed in the previous commits. The mask elts
on the second half must be reindexed. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@136454 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'test/CodeGen/X86/avx-vpermil.ll')
-rw-r--r--test/CodeGen/X86/avx-vpermil.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/avx-vpermil.ll b/test/CodeGen/X86/avx-vpermil.ll
index a3e916d..f83a445 100644
--- a/test/CodeGen/X86/avx-vpermil.ll
+++ b/test/CodeGen/X86/avx-vpermil.ll
@@ -31,7 +31,7 @@ entry:
; vpermil should match masks like this: <u,3,1,2,4,u,5,6>. Check that the
; target specific mask was correctly generated.
; CHECK: vpermilps $-100
-define <8 x float> @funcA(<8 x float> %a) nounwind uwtable readnone ssp {
+define <8 x float> @funcE(<8 x float> %a) nounwind uwtable readnone ssp {
entry:
%shuffle = shufflevector <8 x float> %a, <8 x float> undef, <8 x i32> <i32 8, i32 3, i32 1, i32 2, i32 4, i32 8, i32 5, i32 6>
ret <8 x float> %shuffle