This patch teaches LoopRotate to use the new incremental API to update the DominatorTree.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Paths
| Differential D35581
[LoopRotate][Dominators] Use the incremental API to update DomTree ClosedPublic Authored by kuhar on Jul 18 2017, 1:59 PM.
Details Summary This patch teaches LoopRotate to use the new incremental API to update the DominatorTree.
Diff Detail
Event Timelinekuhar added a parent revision: D35528: [Dominators] Teach LoopUnswitch to use the incremental API.Jul 18 2017, 1:59 PM This revision is now accepted and ready to land.Jul 26 2017, 10:11 AM Closed by commit rL311125: [LoopRotate][Dominators] Use the incremental API to update DomTree (authored by kuhar). · Explain WhyAug 17 2017, 2:49 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 111571 llvm/trunk/lib/Transforms/Scalar/LoopRotation.cpp
|