diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/nontemporal-loads.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/nontemporal-loads.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/nontemporal-loads.ll b/llvm/test/CodeGen/X86/nontemporal-loads.ll index e3c6e455e99..1687df5446b 100644 --- a/llvm/test/CodeGen/X86/nontemporal-loads.ll +++ b/llvm/test/CodeGen/X86/nontemporal-loads.ll @@ -1900,7 +1900,7 @@ define <16 x i32> @test_masked_v16i32(i8 * %addr, <16 x i32> %old, <16 x i32> %m ; ; AVX512-LABEL: test_masked_v16i32: ; AVX512: # BB#0: -; AVX512-NEXT: vpxord %zmm2, %zmm2, %zmm2 +; AVX512-NEXT: vpxor %xmm2, %xmm2, %xmm2 ; AVX512-NEXT: vpcmpneqd %zmm2, %zmm1, %k1 ; AVX512-NEXT: vmovntdqa (%rdi), %zmm1 ; AVX512-NEXT: vmovdqa32 %zmm1, %zmm0 {%k1} |