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

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 16 12:16:23 PST 2025


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

I wonder off-hand if this is ever hit?

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


More information about the llvm-commits mailing list