[PATCH] D60565: [LOOPINFO] Extend Loop object to add utilities to get the loop bounds, step, induction variable, and guard branch.

Whitney via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Apr 16 11:38:54 PDT 2019


Whitney added a comment.

Right, that's the plan. The only user in this patch is loop interchange. The next user will be loop fusion. And we expect more and more passes which need to get loop information to use this common interface.

In D60565#1468723 <https://reviews.llvm.org/D60565#1468723>, @Meinersbur wrote:

> Are you planning to add more users of this interface?



Repository:
  rL LLVM

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

https://reviews.llvm.org/D60565





More information about the llvm-commits mailing list