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

via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 2 08:13:13 PDT 2026


VachanVY wrote:

> @arsenm Could you please advise me on how to proceed with the hazard around underflow as you mentioned?

@arsenm I've removed the denormal check as you said, please guide me on how to proceed with the underflow hazard you mentioned.

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


More information about the llvm-commits mailing list