[PATCH] D115590: [LoopNest] Add new utilites

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 13 07:01:58 PST 2022


Meinersbur accepted this revision as: Meinersbur.
Meinersbur added a comment.
This revision is now accepted and ready to land.

LGTM



================
Comment at: llvm/include/llvm/Analysis/LoopNestAnalysis.h:128
+        Result.push_back(L);
+      if (L->getLoopDepth() > Depth)
+        break;
----------------
[suggestion]


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D115590/new/

https://reviews.llvm.org/D115590



More information about the llvm-commits mailing list