[PATCH] D50308: [WIP!][DomTreeUpdater/Auto[2]] A new Auto UpdateStrategy candidate

Chijun Sima via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Feb 22 12:15:26 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 14 seconds to snapshot the CFG.


Repository:
  rL LLVM

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

https://reviews.llvm.org/D50308





More information about the llvm-commits mailing list