[clang] [llvm] Reapply "InstCombine: Introduce SimplifyDemandedUseFPClass"" (PR #74056)

Joshua Cranmer via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 20 14:03:59 PST 2023


https://github.com/jcranmer-intel commented:

There's probably some useful discussion to be had about how aggressive `-ffinite-math-only` at the clang level should be wrt lowering to `nnan`/`ninf` in the IR.

It may be worth deferring the ReturnInst changes (but landing everything else) until that discussion is had.

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


More information about the cfe-commits mailing list