1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2025-02-01 05:01:59 +01:00

Regenerate broadcast constant comment

llvm-svn: 321808
This commit is contained in:
Simon Pilgrim 2018-01-04 18:21:33 +00:00
parent 2568c026e8
commit 8bc61eb94d

View File

@ -119,7 +119,7 @@ define <4 x i32> @combine_vec_srem_by_pos0(<4 x i32> %x) {
;
; AVX2-LABEL: combine_vec_srem_by_pos0:
; AVX2: # %bb.0:
; AVX2-NEXT: vbroadcastss {{.*}}(%rip), %xmm1
; AVX2-NEXT: vbroadcastss {{.*#+}} xmm1 = [3,3,3,3]
; AVX2-NEXT: vandps %xmm1, %xmm0, %xmm0
; AVX2-NEXT: retq
%1 = and <4 x i32> %x, <i32 255, i32 255, i32 255, i32 255>