[llvm] [DAGCombiner] Allow freeze(fmul) + fadd/fsub → FMA when using contract (PR #142250)

Nikita Popov via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 4 00:50:51 PDT 2025


https://github.com/nikic requested changes to this pull request.

This is not correct as implemented, because you're losing the freeze. I think @RKSimon's suggestion is the correct way to approach this.

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


More information about the llvm-commits mailing list