================
@@ -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