[PATCH] D48818: [VPlan] Introduce simplifyPlainCFG step in H-CFG builder.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 13 07:09:30 PDT 2018


fhahn added inline comments.


================
Comment at: lib/Transforms/Vectorize/VPlan.cpp:618
+  // Block is NewBlock's idom.
+  VPDomTreeNode *NewBlockDT = DomTree.addNewBlock(NewBlock, Block /*IDom*/);
+
----------------
We should probably make sure we can use incremental DT updates via DeferredDominance and/or the DomTreeUpdater currently being developed.


https://reviews.llvm.org/D48818





More information about the llvm-commits mailing list