This patch teaches IteratedDominanceFrontier to use the level information stored in DomTreeNodes instead of calculating it manually.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D34703
[Dominators] Teach IDF to use level information ClosedPublic Authored by kuhar on Jun 27 2017, 11:57 AM.
Details Summary This patch teaches IteratedDominanceFrontier to use the level information stored in DomTreeNodes instead of calculating it manually.
Diff Detail
Event Timelinekuhar added a parent revision: D34548: [Dominators] Keep tree level in DomTreeNode and use it to find NCD and answer dominance queries. This revision is now accepted and ready to land.Jun 27 2017, 12:32 PM Closed by commit rL306894: [Dominators] Teach IDF to use level information (authored by kuhar). · Explain WhyJun 30 2017, 2:52 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 104939 llvm/trunk/include/llvm/Analysis/IteratedDominanceFrontier.h
llvm/trunk/lib/Analysis/IteratedDominanceFrontier.cpp
|