Skip to content

Commit bdeb3d4

Browse files
committed
[X86] Regenerate saddsat/ssubsat vector tests
Adds missing avx512 constant broadcast comments
1 parent d31406b commit bdeb3d4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

llvm/test/CodeGen/X86/sadd_sat_vec.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1236,7 +1236,7 @@ define <2 x i64> @v2i64(<2 x i64> %x, <2 x i64> %y) nounwind {
12361236
; AVX512BW-NEXT: kxorw %k1, %k0, %k1
12371237
; AVX512BW-NEXT: vpcmpgtq %xmm1, %xmm2, %k2
12381238
; AVX512BW-NEXT: vpbroadcastq {{.*#+}} xmm0 = [9223372036854775808,9223372036854775808]
1239-
; AVX512BW-NEXT: vpbroadcastq {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0 {%k2}
1239+
; AVX512BW-NEXT: vpbroadcastq {{.*#+}} xmm0 {%k2} = [9223372036854775807,9223372036854775807]
12401240
; AVX512BW-NEXT: vmovdqa64 %xmm0, %xmm1 {%k1}
12411241
; AVX512BW-NEXT: vmovdqa %xmm1, %xmm0
12421242
; AVX512BW-NEXT: retq

llvm/test/CodeGen/X86/ssub_sat_vec.ll

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1333,7 +1333,7 @@ define <2 x i64> @v2i64(<2 x i64> %x, <2 x i64> %y) nounwind {
13331333
; AVX512BW-NEXT: kxorw %k1, %k0, %k1
13341334
; AVX512BW-NEXT: vpcmpgtq %xmm1, %xmm2, %k2
13351335
; AVX512BW-NEXT: vpbroadcastq {{.*#+}} xmm0 = [9223372036854775808,9223372036854775808]
1336-
; AVX512BW-NEXT: vpbroadcastq {{\.?LCPI[0-9]+_[0-9]+}}(%rip), %xmm0 {%k2}
1336+
; AVX512BW-NEXT: vpbroadcastq {{.*#+}} xmm0 {%k2} = [9223372036854775807,9223372036854775807]
13371337
; AVX512BW-NEXT: vmovdqa64 %xmm0, %xmm1 {%k1}
13381338
; AVX512BW-NEXT: vmovdqa %xmm1, %xmm0
13391339
; AVX512BW-NEXT: retq

0 commit comments

Comments
 (0)