diff options
-rw-r--r-- | llvm/test/CodeGen/X86/avx-vbroadcastf128.ll | 6 | ||||
-rw-r--r-- | llvm/test/CodeGen/X86/avx2-vbroadcasti128.ll | 6 |
2 files changed, 6 insertions, 6 deletions
diff --git a/llvm/test/CodeGen/X86/avx-vbroadcastf128.ll b/llvm/test/CodeGen/X86/avx-vbroadcastf128.ll index 176246b093e..4e7fa84d33b 100644 --- a/llvm/test/CodeGen/X86/avx-vbroadcastf128.ll +++ b/llvm/test/CodeGen/X86/avx-vbroadcastf128.ll @@ -92,15 +92,15 @@ define <16 x i16> @test_broadcast_8i16_16i16(<8 x i16> *%p) nounwind { ret <16 x i16> %2 } -define <32 x i8> @test_broadcast_16i8_32i7(<16 x i8> *%p) nounwind { -; X32-LABEL: test_broadcast_16i8_32i7: +define <32 x i8> @test_broadcast_16i8_32i8(<16 x i8> *%p) nounwind { +; X32-LABEL: test_broadcast_16i8_32i8: ; X32: ## BB#0: ; X32-NEXT: movl {{[0-9]+}}(%esp), %eax ; X32-NEXT: vmovaps (%eax), %xmm0 ; X32-NEXT: vinsertf128 $1, %xmm0, %ymm0, %ymm0 ; X32-NEXT: retl ; -; X64-LABEL: test_broadcast_16i8_32i7: +; X64-LABEL: test_broadcast_16i8_32i8: ; X64: ## BB#0: ; X64-NEXT: vmovaps (%rdi), %xmm0 ; X64-NEXT: vinsertf128 $1, %xmm0, %ymm0, %ymm0 diff --git a/llvm/test/CodeGen/X86/avx2-vbroadcasti128.ll b/llvm/test/CodeGen/X86/avx2-vbroadcasti128.ll index 2f11735af04..ccfb263587c 100644 --- a/llvm/test/CodeGen/X86/avx2-vbroadcasti128.ll +++ b/llvm/test/CodeGen/X86/avx2-vbroadcasti128.ll @@ -107,8 +107,8 @@ define <16 x i16> @test_broadcast_8i16_16i16(<8 x i16> *%p) nounwind { ret <16 x i16> %3 } -define <32 x i8> @test_broadcast_16i8_32i7(<16 x i8> *%p) nounwind { -; X32-LABEL: test_broadcast_16i8_32i7: +define <32 x i8> @test_broadcast_16i8_32i8(<16 x i8> *%p) nounwind { +; X32-LABEL: test_broadcast_16i8_32i8: ; X32: ## BB#0: ; X32-NEXT: movl {{[0-9]+}}(%esp), %eax ; X32-NEXT: vmovdqa (%eax), %xmm0 @@ -116,7 +116,7 @@ define <32 x i8> @test_broadcast_16i8_32i7(<16 x i8> *%p) nounwind { ; X32-NEXT: vpaddb LCPI5_0, %ymm0, %ymm0 ; X32-NEXT: retl ; -; X64-LABEL: test_broadcast_16i8_32i7: +; X64-LABEL: test_broadcast_16i8_32i8: ; X64: ## BB#0: ; X64-NEXT: vmovdqa (%rdi), %xmm0 ; X64-NEXT: vinserti128 $1, %xmm0, %ymm0, %ymm0 |