diff options
Diffstat (limited to 'llvm/test/CodeGen/X86/fma_patterns.ll')
-rw-r--r-- | llvm/test/CodeGen/X86/fma_patterns.ll | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/llvm/test/CodeGen/X86/fma_patterns.ll b/llvm/test/CodeGen/X86/fma_patterns.ll index 371361ddeef..f5df00fd98d 100644 --- a/llvm/test/CodeGen/X86/fma_patterns.ll +++ b/llvm/test/CodeGen/X86/fma_patterns.ll @@ -1131,7 +1131,7 @@ define <4 x float> @test_v4f32_fneg_fmul(<4 x float> %x, <4 x float> %y) #0 { ; ; AVX512-LABEL: test_v4f32_fneg_fmul: ; AVX512: # BB#0: -; AVX512-NEXT: vpxord %xmm2, %xmm2, %xmm2 +; AVX512-NEXT: vxorps %xmm2, %xmm2, %xmm2 ; AVX512-NEXT: vfnmsub213ps %xmm2, %xmm1, %xmm0 ; AVX512-NEXT: retq %m = fmul nsz <4 x float> %x, %y @@ -1154,7 +1154,7 @@ define <4 x double> @test_v4f64_fneg_fmul(<4 x double> %x, <4 x double> %y) #0 { ; ; AVX512-LABEL: test_v4f64_fneg_fmul: ; AVX512: # BB#0: -; AVX512-NEXT: vpxord %ymm2, %ymm2, %ymm2 +; AVX512-NEXT: vxorpd %ymm2, %ymm2, %ymm2 ; AVX512-NEXT: vfnmsub213pd %ymm2, %ymm1, %ymm0 ; AVX512-NEXT: retq %m = fmul nsz <4 x double> %x, %y |