OSDN Git Service

[LoopRotate][Dominators] Use the incremental API to update DomTree
authorJakub Kuderski <kubakuderski@gmail.com>
Thu, 17 Aug 2017 21:48:19 +0000 (21:48 +0000)
committerJakub Kuderski <kubakuderski@gmail.com>
Thu, 17 Aug 2017 21:48:19 +0000 (21:48 +0000)
commitb878f814c6b56e5e9b4ca0782e14377a1c39d581
tree6c479afd0909ddbe0f999a4213a334887de7fd3d
parentee8a71b7340b1de52e3367cdf22800767133d3a1
[LoopRotate][Dominators] Use the incremental API to update DomTree

Summary: This patch teaches LoopRotate to use the new incremental API to update the DominatorTree.

Reviewers: dberlin, davide, grosser, sanjoy

Reviewed By: dberlin, davide

Subscribers: hiraditya, llvm-commits, mzolotukhin

Differential Revision: https://reviews.llvm.org/D35581

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@311125 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Transforms/Scalar/LoopRotation.cpp