[PATCH] D50302: [WIP!][DomTreeUpdater/Auto[1]] A new Auto UpdateStrategy to test the impact of passes preserving DomTree

Chijun Sima via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 22 12:19:08 PST 2019


NutshellySima abandoned this revision.
NutshellySima added a comment.
Herald added subscribers: jdoerfert, jfb.
Herald added a project: LLVM.

Close this revision because D58170 <https://reviews.llvm.org/D58170> is landed. D58170 <https://reviews.llvm.org/D58170> solves the problem this patch trying to resolve.
It also improves the implementation of deduplication, which only takes 0.31s when it deduplicates and validates updates when optimizing `clang-5.0.0.bc`, while this patch takes 10.8 seconds to snapshot the CFG.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D50302/new/

https://reviews.llvm.org/D50302





More information about the llvm-commits mailing list