[llvm] [LAA] Make Ptr argument optional in isNoWrap. (PR #127410)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 17 04:40:02 PST 2025


================
@@ -1454,6 +1464,9 @@ static bool isNoWrapAddRec(Value *Ptr, const SCEVAddRecExpr *AR,
   if (AR->getNoWrapFlags(SCEV::NoWrapMask))
     return true;
----------------
fhahn wrote:

Sounds good to me

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


More information about the llvm-commits mailing list