[llvm] [SDAG] Heed enableAggressiveFMAFusion when folding fma(a,b,c*d)+e (PR #94209)
Simon Pilgrim via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 3 05:53:50 PDT 2024
RKSimon wrote:
IIRC D28332 was to help avoid fp bottlenecks - as many x86 cpus process fadd + fmul/fma on separate fp pipes.
https://github.com/llvm/llvm-project/pull/94209
More information about the llvm-commits
mailing list