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

Yuanfang Chen via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 13 14:30:37 PDT 2020


ychen added a comment.

In D68789#2216803 <https://reviews.llvm.org/D68789#2216803>, @etiotto wrote:

> 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).

I see. So the declaration is dead code?


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