summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen
diff options
context:
space:
mode:
authorSimon Pilgrim <llvm-dev@redking.me.uk>2017-07-25 16:09:56 +0000
committerSimon Pilgrim <llvm-dev@redking.me.uk>2017-07-25 16:09:56 +0000
commit3edf2901d284d94cc77087d5696f394b9de467b1 (patch)
tree66f27759ce353ce983f38415c03603bd8b289157 /llvm/test/CodeGen
parent3b1b8951b90b2c50d90da12265b0463e60073a9f (diff)
downloadbcm5719-llvm-3edf2901d284d94cc77087d5696f394b9de467b1.tar.gz
bcm5719-llvm-3edf2901d284d94cc77087d5696f394b9de467b1.zip
[X86] Regenerate test with broadcast comments.
llvm-svn: 308980
Diffstat (limited to 'llvm/test/CodeGen')
-rw-r--r--llvm/test/CodeGen/X86/avx512-arith.ll6
1 files changed, 3 insertions, 3 deletions
diff --git a/llvm/test/CodeGen/X86/avx512-arith.ll b/llvm/test/CodeGen/X86/avx512-arith.ll
index 7c0f145bb71..cf45fcb4fe6 100644
--- a/llvm/test/CodeGen/X86/avx512-arith.ll
+++ b/llvm/test/CodeGen/X86/avx512-arith.ll
@@ -997,7 +997,7 @@ define <16 x float> @test_fxor(<16 x float> %a) {
define <8 x float> @test_fxor_8f32(<8 x float> %a) {
; AVX512F-LABEL: test_fxor_8f32:
; AVX512F: # BB#0:
-; AVX512F-NEXT: vbroadcastss {{.*}}(%rip), %ymm1
+; AVX512F-NEXT: vbroadcastss {{.*#+}} ymm1 = [-0,-0,-0,-0,-0,-0,-0,-0]
; AVX512F-NEXT: vxorps %ymm1, %ymm0, %ymm0
; AVX512F-NEXT: retq
;
@@ -1008,13 +1008,13 @@ define <8 x float> @test_fxor_8f32(<8 x float> %a) {
;
; AVX512BW-LABEL: test_fxor_8f32:
; AVX512BW: # BB#0:
-; AVX512BW-NEXT: vbroadcastss {{.*}}(%rip), %ymm1
+; AVX512BW-NEXT: vbroadcastss {{.*#+}} ymm1 = [-0,-0,-0,-0,-0,-0,-0,-0]
; AVX512BW-NEXT: vxorps %ymm1, %ymm0, %ymm0
; AVX512BW-NEXT: retq
;
; AVX512DQ-LABEL: test_fxor_8f32:
; AVX512DQ: # BB#0:
-; AVX512DQ-NEXT: vbroadcastss {{.*}}(%rip), %ymm1
+; AVX512DQ-NEXT: vbroadcastss {{.*#+}} ymm1 = [-0,-0,-0,-0,-0,-0,-0,-0]
; AVX512DQ-NEXT: vxorps %ymm1, %ymm0, %ymm0
; AVX512DQ-NEXT: retq
;
OpenPOWER on IntegriCloud