[PATCH] D50311: [WIP!][DomTreeUpdater/Auto[3]] A new Auto UpdateStrategy candidate
Chijun Sima via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Feb 22 11:02:20 PST 2019
NutshellySima abandoned this revision.
NutshellySima added a comment.
Herald added a subscriber: jfb.
Herald added a project: LLVM.
Close this revision because D58170 <https://reviews.llvm.org/D58170> is landed.
D58170 <https://reviews.llvm.org/D58170> provides a cleaner interface than the Auto[3] strategy here as it does not require users to add extra functions calls before CFG changes. Moreover, it doesn't suffer from potential performance issues presented in `Auto*` implementations.
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D50311/new/
https://reviews.llvm.org/D50311
More information about the llvm-commits
mailing list