aboutsummaryrefslogtreecommitdiff
path: root/llvm/lib/Bitcode
diff options
context:
space:
mode:
authorJakub Kuderski <kubakuderski@gmail.com>2017-08-16 16:12:52 +0000
committerJakub Kuderski <kubakuderski@gmail.com>2017-08-16 16:12:52 +0000
commit624463a0031ead3f9b7f35109f130eec9900fc5c (patch)
treeeadbe31f7950bc755689428451699782234b9558 /llvm/lib/Bitcode
parent9e54b7093abda564ddd88bb0c8ee2c97be50082a (diff)
downloadllvm-624463a0031ead3f9b7f35109f130eec9900fc5c.zip
llvm-624463a0031ead3f9b7f35109f130eec9900fc5c.tar.gz
llvm-624463a0031ead3f9b7f35109f130eec9900fc5c.tar.bz2
[Dominators] Introduce batch updates
Summary: This patch introduces a way of informing the (Post)DominatorTree about multiple CFG updates that happened since the last tree update. This makes performing tree updates much easier, as it internally takes care of applying the updates in lockstep with the (virtual) updates to the CFG, which is done by reverse-applying future CFG updates. The batch updater is able to remove redundant updates that cancel each other out. In the future, it should be also possible to reorder updates to reduce the amount of work needed to perform the updates. Reviewers: dberlin, sanjoy, grosser, davide, brzycki Reviewed By: brzycki Subscribers: mgorny, llvm-commits Differential Revision: https://reviews.llvm.org/D36167 llvm-svn: 311015
Diffstat (limited to 'llvm/lib/Bitcode')
0 files changed, 0 insertions, 0 deletions