From 31f54027114ab5a8de2b3d6a5f6157b581268dba Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Thu, 27 Jul 2017 12:32:45 +0000 Subject: [PATCH] [X86][AVX] Regenerate shuffle tests with broadcast comments. llvm-svn: 309266 --- llvm/test/CodeGen/X86/avx-logic.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/llvm/test/CodeGen/X86/avx-logic.ll b/llvm/test/CodeGen/X86/avx-logic.ll index 7c76f2f..381bf2f 100644 --- a/llvm/test/CodeGen/X86/avx-logic.ll +++ b/llvm/test/CodeGen/X86/avx-logic.ll @@ -281,7 +281,7 @@ define <4 x i32> @and_xor_splat1_v4i32(<4 x i32> %x) nounwind { ; ; AVX512-LABEL: and_xor_splat1_v4i32: ; AVX512: # BB#0: -; AVX512-NEXT: vbroadcastss {{.*}}(%rip), %xmm1 +; AVX512-NEXT: vbroadcastss {{.*#+}} xmm1 = [1,1,1,1] ; AVX512-NEXT: vandnps %xmm1, %xmm0, %xmm0 ; AVX512-NEXT: retq %xor = xor <4 x i32> %x, @@ -297,7 +297,7 @@ define <4 x i64> @and_xor_splat1_v4i64(<4 x i64> %x) nounwind { ; ; AVX512-LABEL: and_xor_splat1_v4i64: ; AVX512: # BB#0: -; AVX512-NEXT: vbroadcastsd {{.*}}(%rip), %ymm1 +; AVX512-NEXT: vbroadcastsd {{.*#+}} ymm1 = [1,1,1,1] ; AVX512-NEXT: vandnps %ymm1, %ymm0, %ymm0 ; AVX512-NEXT: retq %xor = xor <4 x i64> %x, -- 2.7.4