[PATCH] D36210: [LLVM] [RegionInfo] Introduce getExitingBlocks to get all predecessors of Exit in the current region.
Tobias Grosser via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Aug 1 23:34:36 PDT 2017
grosser accepted this revision.
grosser added a comment.
This revision is now accepted and ready to land.
LGTM. Thanks for the contribution.
================
Comment at: include/llvm/Analysis/RegionInfo.h:402
+ /// @brief Collect all block of this region's single exit edge, if existing.
+ ///
----------------
blocks
Repository:
rL LLVM
https://reviews.llvm.org/D36210
More information about the llvm-commits
mailing list