From: Simon Pilgrim Date: Sat, 11 Jan 2020 12:35:33 +0000 (+0000) Subject: Fix copy+paste typo in shuffle test name X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=08275a52d83e623f0347fd9396c18f4d21a15c90;p=platform%2Fupstream%2Fllvm.git Fix copy+paste typo in shuffle test name --- diff --git a/llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll b/llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll index fd7bc71..b2b157f 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