[clang] [llvm] Clang: emit llvm.minnum and llvm.maxnum with nsz always (PR #113133)

Joshua Cranmer via cfe-commits cfe-commits at lists.llvm.org
Mon Dec 2 13:41:30 PST 2024


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

You'll want to merge the fast-math flags, so that compiling with -ffinite-math-only gets you nnan ninf nsz on the maxnum/minnum, rather than just nsz.

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


More information about the cfe-commits mailing list