mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2025-01-21 03:05:15 +00:00
[X86][AVX] Regenerate shuffle tests with broadcast comments.
llvm-svn: 309266
This commit is contained in:
parent
6c59dcec86
commit
f83a4b4426
@ -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, <i32 1, i32 1, i32 1, i32 1>
|
||||
@ -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, <i64 1, i64 1, i64 1, i64 1>
|
||||
|
Loading…
x
Reference in New Issue
Block a user