[PATCH] D48815: [VPlan] Introduce VPlan-based dominator analysis.

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 6 09:44:37 PDT 2018


fhahn added inline comments.


================
Comment at: unittests/Transforms/Vectorize/VPlanDominatorTreeTest.cpp:20
+/// Build the VPlan plain CFG for the loop nest in function \p FuncName.
+static std::unique_ptr<VPlan> buildVPlanPlainCFG(Module &M,
+                                                 StringRef FuncName) {
----------------
I've put up D49032 for review, which adds a VPlanTestBase class which can be re-used by different tests to construct modules & VPlans. What do you think? I can adjust the interface so it matches the one described here. What do you think? :)


Repository:
  rL LLVM

https://reviews.llvm.org/D48815





More information about the llvm-commits mailing list