This is a refinement to the work in
https://reviews.llvm.org/D111638
Fold (fadd p a (fmul p b c)) into (fma p a b c)
Differential D113095
[AArch64][SVE] Combine FADD and FMUL aarch64 intrinsics to FMLA MattDevereau on Nov 3 2021, 4:39 AM. Authored by
Details This is a refinement to the work in Fold (fadd p a (fmul p b c)) into (fma p a b c)
Diff Detail
Event Timeline
Comment Actions Renamed variables in instCombineSVEVectorFMLA
|
These should be upper case to match LLVM styling and be consistent with the other names using within this patch.