diff options
Diffstat (limited to 'test/CodeGen/X86/fma_patterns.ll')
-rw-r--r-- | test/CodeGen/X86/fma_patterns.ll | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/CodeGen/X86/fma_patterns.ll b/test/CodeGen/X86/fma_patterns.ll index 2554b0201a66f..002b0746d3c35 100644 --- a/test/CodeGen/X86/fma_patterns.ll +++ b/test/CodeGen/X86/fma_patterns.ll @@ -1483,7 +1483,7 @@ define double @test_f64_fneg_fmul(double %x, double %y) #0 { ; ; AVX512-LABEL: test_f64_fneg_fmul: ; AVX512: # BB#0: -; AVX512-NEXT: vxorps %xmm2, %xmm2, %xmm2 +; AVX512-NEXT: vxorpd %xmm2, %xmm2, %xmm2 ; AVX512-NEXT: vfnmsub213sd %xmm2, %xmm1, %xmm0 ; AVX512-NEXT: retq %m = fmul nsz double %x, %y |