================
@@ -1153,6 +1153,8 @@ class ScalarEvolution {
bool ExitIfTrue, bool ControlsOnlyExit,
bool AllowPredicates = false);
+ ExitLimit computeExitLimitFromMemAccess(const Loop *L);
----------------
jdoerfert wrote:
Docs
https://github.com/llvm/llvm-project/pull/70361