[PATCH] D75024: [SCCIterator] Check if a SCC is a natural loop.

Michael Kruse via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 23 12:03:13 PST 2020


Meinersbur added a comment.

"ADT" stands for "Abstract Data Type". This use case is rather concrete. Unfortunately, LoopInfo ignores non-natural loops, but it would be the place for this.

IIUC, there will be an SCC only for an topmost loop including all its nested loop. Its not possible using SCCIterator to match a non-topmost loops.


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

https://reviews.llvm.org/D75024





More information about the llvm-commits mailing list