[llvm-branch-commits] [llvm] Update transformations sensitive to signaling NaNs (PR #199557)
Serge Pavlov via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Wed May 27 11:54:27 PDT 2026
================
@@ -126,6 +126,14 @@ struct SimplifyQuery {
/// Otherwise always return false.
LLVM_ABI bool isUndefValue(Value *V) const;
+ bool expectsSignalingNaNs() const {
----------------
spavloff wrote:
Yes, you are right, thanks.
https://github.com/llvm/llvm-project/pull/199557
More information about the llvm-branch-commits
mailing list