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

Roman Lebedev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Feb 23 11:54:10 PST 2020


lebedev.ri added a comment.

I'm not sure this fits here, this is very specific to `GraphT=Function*`, since `LoopInfo::getLoopFor()` is only defined for (function) basic blocks.


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

https://reviews.llvm.org/D75024





More information about the llvm-commits mailing list