[PATCH] D85472: [DomTree] Extend update API to allow a post CFG view.
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 21 14:55:44 PDT 2020
asbirlea added inline comments.
================
Comment at: llvm/include/llvm/Support/GenericDomTreeConstruction.h:567
+ // scratch, make the PreViewCFG equal to the PostCFGView, so Post is used.
+ BatchUpdatePtr LBUI = nullptr;
+ if (BUI && BUI->PostViewCFG) {
----------------
kuhar wrote:
> nit: would it be possible to give it a more descriptive name? I have no idea what L stands for
Good point, it was meant to be L for Local :-)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D85472/new/
https://reviews.llvm.org/D85472
More information about the llvm-commits
mailing list