[PATCH] D60754: Add forEachDescendant to DominatorTree.

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Apr 17 08:47:20 PDT 2019


kuhar added a comment.

Would it make sense to use one of the llvm graph iterators and have `descendants_begin()` and `descendants_end()` functions instead?


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

https://reviews.llvm.org/D60754





More information about the llvm-commits mailing list