diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-06-04 21:44:28 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2016-06-04 21:44:28 +0000 |
commit | 2ead861d074da501e5f6c5dca75324c86fbabb64 (patch) | |
tree | 6ccd2fd372468757c37eea2c6aaa219cd192cfd7 /llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll | |
parent | 8e63999bee03786a63ec40985a55a6e3f48315c4 (diff) | |
download | bcm5719-llvm-2ead861d074da501e5f6c5dca75324c86fbabb64.tar.gz bcm5719-llvm-2ead861d074da501e5f6c5dca75324c86fbabb64.zip |
[X86][XOP] Added VPERMIL2PD/VPERMIL2PS shuffle mask comment decoding
llvm-svn: 271809
Diffstat (limited to 'llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll b/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll index 9c352e7f98f..08547775fc1 100644 --- a/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll +++ b/llvm/test/CodeGen/X86/vector-shuffle-combining-xop.ll @@ -62,7 +62,7 @@ define <8 x float> @combine_vpermil2ps256_identity(<8 x float> %a0, <8 x float> define <4 x float> @combine_vpermil2ps_blend_with_zero(<4 x float> %a0, <4 x float> %a1) { ; CHECK-LABEL: combine_vpermil2ps_blend_with_zero: ; CHECK: # BB#0: -; CHECK-NEXT: vpermil2ps $2, {{.*}}(%rip), %xmm1, %xmm0, %xmm0 +; CHECK-NEXT: vpermil2ps {{.*#+}} xmm0 = zero,xmm0[1,2,3] ; CHECK-NEXT: retq %res0 = call <4 x float> @llvm.x86.xop.vpermil2ps(<4 x float> %a0, <4 x float> %a1, <4 x i32> <i32 8, i32 1, i32 2, i32 3>, i8 2) ret <4 x float> %res0 |