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

David Green via llvm-commits llvm-commits at lists.llvm.org
Tue Jul 22 11:46:35 PDT 2025


davemgreen wrote:

> Maybe, conservative canonical representation?

Yeah it would be a much bigger change. Our costs are a bit odd I think (fmul is more expensive than fmuladd). I'll look into that, but this patch sounds sensible to me.

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


More information about the llvm-commits mailing list