================
@@ -126,6 +126,14 @@ struct SimplifyQuery {
   /// Otherwise always return false.
   LLVM_ABI bool isUndefValue(Value *V) const;
 
+  bool expectsSignalingNaNs() const {
----------------
paulwalker-arm wrote:

Would it be safer to reverse the polarity of this function?  As it stands 
today, when there is no context instruction available the function will return 
false and subsequently allow transformations that are not necessary valid?

https://github.com/llvm/llvm-project/pull/199557
_______________________________________________
llvm-branch-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

Reply via email to