[PATCH] D53315: [ARM] Do not fuse VADD and VMUL, continued (2/2)
Sam Parker via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Oct 16 06:22:32 PDT 2018
samparker added inline comments.
Herald added a subscriber: nhaehnle.
================
Comment at: test/CodeGen/ARM/fusedMAC.ll:7
;CHECK-LABEL: fusedMACTest1:
;CHECK: vfma.f64
%1 = fmul double %d1, %d2
----------------
should the f64 version not also be tested?
https://reviews.llvm.org/D53315
More information about the llvm-commits
mailing list