[llvm] 08275a5 - Fix copy+paste typo in shuffle test name
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 11 04:49:02 PST 2020
Author: Simon Pilgrim
Date: 2020-01-11T12:42:01Z
New Revision: 08275a52d83e623f0347fd9396c18f4d21a15c90
URL: https://github.com/llvm/llvm-project/commit/08275a52d83e623f0347fd9396c18f4d21a15c90
DIFF: https://github.com/llvm/llvm-project/commit/08275a52d83e623f0347fd9396c18f4d21a15c90.diff
LOG: Fix copy+paste typo in shuffle test name
Added:
Modified:
llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll
Removed:
################################################################################
diff --git a/llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll b/llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll
index fd7bc7180511..b2b157fef4a2 100644
--- a/llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll
+++ b/llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll
@@ -1151,15 +1151,15 @@ define <8 x float> @shuffle_v8f32_084c195d(<8 x float> %a, <8 x float> %b) {
ret <8 x float> %shuffle
}
-define <8 x float> @shuffle_v8f32_01452367d(<8 x float> %a) {
-; AVX1-LABEL: shuffle_v8f32_01452367d:
+define <8 x float> @shuffle_v8f32_01452367(<8 x float> %a) {
+; AVX1-LABEL: shuffle_v8f32_01452367:
; AVX1: # %bb.0:
; AVX1-NEXT: vperm2f128 {{.*#+}} ymm1 = ymm0[2,3,2,3]
; AVX1-NEXT: vinsertf128 $1, %xmm0, %ymm0, %ymm0
; AVX1-NEXT: vshufpd {{.*#+}} ymm0 = ymm0[0],ymm1[0],ymm0[3],ymm1[3]
; AVX1-NEXT: retq
;
-; AVX2OR512VL-LABEL: shuffle_v8f32_01452367d:
+; AVX2OR512VL-LABEL: shuffle_v8f32_01452367:
; AVX2OR512VL: # %bb.0:
; AVX2OR512VL-NEXT: vpermpd {{.*#+}} ymm0 = ymm0[0,2,1,3]
; AVX2OR512VL-NEXT: retq
More information about the llvm-commits
mailing list