[llvm] [InstCombine] Fold `fcmp (fmul X, C1), C2` to `fcmp X, C2/C1` (PR #205003)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Mon Jul 13 05:51:53 PDT 2026


================

----------------
arsenm wrote:

Don't understand the denormal mode check. You are not obligated to do any flushing, this can always evaluate as IEEE 

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


More information about the llvm-commits mailing list