[llvm] [SLP]Initial FMA support (PR #149102)

David Green via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 21 06:21:50 PDT 2025


davemgreen wrote:

Does anyone know why we do not generally convert fast fmul+fadd to fmuladd, to make cost-modelling easier? It would prevent us from doing things like inserting a shuffle between a fmul and an fadd, but maybe it prevents reductions in some cases? It might make cost-modelling in general simpler for any target with fma.

https://github.com/llvm/llvm-project/pull/149102


More information about the llvm-commits mailing list