[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:

I'd rather just comprehensively handle all compares including the degenerate cases 

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


More information about the llvm-commits mailing list