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 Authored by MattDevereau on Nov 3 2021, 4:39 AM. 
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 
 
Unit Tests 
 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.