[llvm] LangRef: Clarify behaviors of nsz in fast math flag (PR #137567)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Wed May 14 12:49:48 PDT 2025


arsenm wrote:

> It is a valid output, isn't it?

No. It's permitted to return either operand if they have mixed signs, but it does not permit returning a value that isn't either of the original inputs

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


More information about the llvm-commits mailing list