From a8255deb08c79a07249881516ac005fb95acbb7d Mon Sep 17 00:00:00 2001 From: Simon Pilgrim Date: Sat, 30 Sep 2017 22:27:46 +0000 Subject: [PATCH] Regenerate mul combine tests to update broadcast comment. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@314607 91177308-0d34-0410-b5e6-96231b3b80d8 --- test/CodeGen/X86/combine-mul.ll | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/CodeGen/X86/combine-mul.ll b/test/CodeGen/X86/combine-mul.ll index 1512a3dd2ca..2580a821240 100644 --- a/test/CodeGen/X86/combine-mul.ll +++ b/test/CodeGen/X86/combine-mul.ll @@ -185,7 +185,7 @@ define <4 x i64> @combine_vec_mul_negpow2c(<4 x i64> %x) { ; ; AVX-LABEL: combine_vec_mul_negpow2c: ; AVX: # BB#0: -; AVX-NEXT: vpbroadcastq {{.*}}(%rip), %ymm1 +; AVX-NEXT: vpbroadcastq {{.*#+}} ymm1 = [4294967295,4294967295,4294967295,4294967295] ; AVX-NEXT: vpmuludq %ymm1, %ymm0, %ymm1 ; AVX-NEXT: vpsrlq $32, %ymm0, %ymm2 ; AVX-NEXT: vmovdqa {{.*#+}} ymm3 = [18446744073709551615,18446744073709551614,18446744073709551612,18446744073709551600] -- 2.50.1