[llvm] r251984 - [X86][AVX512] Fixed shuffle test name to match shuffle
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Tue Nov 3 13:39:31 PST 2015
Author: rksimon
Date: Tue Nov 3 15:39:30 2015
New Revision: 251984
URL: http://llvm.org/viewvc/llvm-project?rev=251984&view=rev
Log:
[X86][AVX512] Fixed shuffle test name to match shuffle
Modified:
llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v16.ll
Modified: llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v16.ll
URL: http://llvm.org/viewvc/llvm-project/llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v16.ll?rev=251984&r1=251983&r2=251984&view=diff
==============================================================================
--- llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v16.ll (original)
+++ llvm/trunk/test/CodeGen/X86/vector-shuffle-512-v16.ll Tue Nov 3 15:39:30 2015
@@ -150,8 +150,8 @@ define <16 x i32> @shuffle_v16i32_load_0
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
More information about the llvm-commits
mailing list