From 2eb23f10ae75677d4d02c2030ba6aa239f116b10 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. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@309266 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/avx-logic.ll | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.50.1