summaryrefslogtreecommitdiffstats
path: root/llvm/test
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2015-11-03 21:39:30 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2015-11-03 21:39:30 +0000
commitdf993479c9e2df6a1b25d17ce3bb24f618c012f2 (patch)
treef561a5560477001cbb00a819551fb2f5b58b9280 /llvm/test
parent46f1784bac7f8388c4a8185801c815d24dd0210f (diff)
downloadbcm5719-llvm-df993479c9e2df6a1b25d17ce3bb24f618c012f2.tar.gz
bcm5719-llvm-df993479c9e2df6a1b25d17ce3bb24f618c012f2.zip
[X86][AVX512] Fixed shuffle test name to match shuffle
llvm-svn: 251984
Diffstat (limited to 'llvm/test')
-rw-r--r--llvm/test/CodeGen/X86/vector-shuffle-512-v16.ll4
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/vector-shuffle-512-v16.ll b/llvm/test/CodeGen/X86/vector-shuffle-512-v16.ll
index 89ab7391263..cee5b92b362 100644
--- a/llvm/test/CodeGen/X86/vector-shuffle-512-v16.ll
+++ b/llvm/test/CodeGen/X86/vector-shuffle-512-v16.ll
@@ -150,8 +150,8 @@ define <16 x i32> @shuffle_v16i32_load_0f_1f_0e_16_0d_1d_04_1e_0b_1b_0a_1a_09_19
ret <16 x i32> %d
}
-define <16 x i32> @shuffle_v16i32_0_1_2_13_u_u_u_u_u_u_u_u_u_u_u_u(<16 x i32> %a, <16 x i32> %b) {
-; ALL-LABEL: shuffle_v16i32_0_1_2_13_u_u_u_u_u_u_u_u_u_u_u_u:
+define <16 x i32> @shuffle_v16i32_0_1_2_19_u_u_u_u_u_u_u_u_u_u_u_u(<16 x i32> %a, <16 x i32> %b) {
+; ALL-LABEL: shuffle_v16i32_0_1_2_19_u_u_u_u_u_u_u_u_u_u_u_u:
; ALL: # BB#0:
; ALL-NEXT: vmovdqa32 {{.*#+}} zmm2 = <0,1,2,19,u,u,u,u,u,u,u,u,u,u,u,u>
; ALL-NEXT: vpermt2d %zmm1, %zmm2, %zmm0
OpenPOWER on IntegriCloud