[PATCH] D68789: [LoopNest]: Analysis to discover properties of a loop nest.

Ettore Tiotto via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 14:05:38 PDT 2020


etiotto added a comment.

In D68789#2216266 <https://reviews.llvm.org/D68789#2216266>, @ychen wrote:

> I have trouble finding the definition of `LoopNestAnalysis::run`.

The reason is that this code is not an analysis pass (it was at the start of code review but ppl felt that it would be better to make it a utility rather than an analysis proper).


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D68789



More information about the llvm-commits mailing list