This patch ports hasDedicatedExits, getUniqueExitBlocks and
getUniqueExitBlock in Loop to LoopBase so that they can be used
from other LoopBase sub-classes. GraphTraits are used to replace the
BasicBlock specific code in the original implementation. These
three interfaces are needed in VPLoop (VPlan).
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Minor cleanups, and then this should be good.
BTW, do you have commit access?
include/llvm/Analysis/LoopInfoImpl.h | ||
---|---|---|
85–86 ↗ | (On Diff #153669) | Delete - this is a stale doxygen commment, and the API is documented in the header. |
101–104 ↗ | (On Diff #153669) | Delete, same as above. |
150–151 ↗ | (On Diff #153669) | Delete, same as above. |