diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-01-11 12:35:33 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2020-01-11 12:42:01 +0000 |
commit | 08275a52d83e623f0347fd9396c18f4d21a15c90 (patch) | |
tree | 7e73db31c57fb22350ce0a8b26a910f23a9c69ad | |
parent | ce35010d782cb5a69102ad7785eb747f6d747eb4 (diff) | |
download | bcm5719-llvm-08275a52d83e623f0347fd9396c18f4d21a15c90.tar.gz bcm5719-llvm-08275a52d83e623f0347fd9396c18f4d21a15c90.zip |
Fix copy+paste typo in shuffle test name
-rw-r--r-- | llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll b/llvm/test/CodeGen/X86/vector-shuffle-256-v8.ll index fd7bc718051..b2b157fef4a 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 |