[llvm] IR: Add attribute negated (PR #121027)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 00:21:46 PST 2025


arsenm wrote:

> Can we add an Attributes to `fma` to relax it to fmul + fmadd?

The semantics shouldn't be turn it into a different operation. It's really a different operation, not a modifier on FMA 

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


More information about the llvm-commits mailing list