summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/fma_patterns.ll
diff options
context:
space:
mode:
authorDinar Temirbulatov <dtemirbulatov@gmail.com>2017-08-03 08:50:18 +0000
committerDinar Temirbulatov <dtemirbulatov@gmail.com>2017-08-03 08:50:18 +0000
commita0beedef1c9b677748a0a7f32a05690f9980f164 (patch)
tree5cec297b407059f0c85e917ff580e4ba30bb033f /llvm/test/CodeGen/X86/fma_patterns.ll
parent2cb3653404f7ae095a6a5c05fa72513be7b078b5 (diff)
downloadbcm5719-llvm-a0beedef1c9b677748a0a7f32a05690f9980f164.tar.gz
bcm5719-llvm-a0beedef1c9b677748a0a7f32a05690f9980f164.zip
[X86] SET0 to use XMM registers where possible PR26018 PR32862
Differential Revision: https://reviews.llvm.org/D35965 llvm-svn: 309926
Diffstat (limited to 'llvm/test/CodeGen/X86/fma_patterns.ll')
-rw-r--r--llvm/test/CodeGen/X86/fma_patterns.ll2
1 files changed, 1 insertions, 1 deletions
diff --git a/llvm/test/CodeGen/X86/fma_patterns.ll b/llvm/test/CodeGen/X86/fma_patterns.ll
index 0faed35e167..f1698b5b310 100644
--- a/llvm/test/CodeGen/X86/fma_patterns.ll
+++ b/llvm/test/CodeGen/X86/fma_patterns.ll
@@ -1529,7 +1529,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: vxorpd %ymm2, %ymm2, %ymm2
+; AVX512-NEXT: vxorpd %xmm2, %xmm2, %xmm2
; AVX512-NEXT: vfnmsub213pd %ymm2, %ymm1, %ymm0
; AVX512-NEXT: retq
%m = fmul nsz <4 x double> %x, %y
OpenPOWER on IntegriCloud