[llvm] [SCEV] Infer loop max trip count from memory accesses (PR #70361)

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Fri Jan 12 16:02:14 PST 2024


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


More information about the llvm-commits mailing list