[PATCH] D85472: [DomTree] Extend update API to allow a post CFG view.

Jakub Kuderski via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 21 14:29:24 PDT 2020


kuhar accepted this revision.
kuhar added inline comments.
This revision is now accepted and ready to land.


================
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) {
----------------
nit: would it be possible to give it a more descriptive name? I have no idea what L stands for


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