From: Simon Pilgrim Date: Thu, 27 Jul 2017 12:32:45 +0000 (+0000) Subject: [X86][AVX] Regenerate shuffle tests with broadcast comments. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2eb23f10ae75677d4d02c2030ba6aa239f116b10;p=llvm [X86][AVX] Regenerate shuffle tests with broadcast comments. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309266 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/test/CodeGen/X86/avx-logic.ll b/test/CodeGen/X86/avx-logic.ll index 7c76f2f623d..381bf2fc64a 100644 --- a/test/CodeGen/X86/avx-logic.ll +++ b/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,