[PATCH] D44338: [LV][VPlan] Build plain CFG with simple recipes for outer loops.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Mar 19 03:20:24 PDT 2018
fhahn added inline comments.
================
Comment at: lib/Transforms/Vectorize/VPlanVerifier.h:12
+/// This file declare the class VPlanVerifier, which contains utility functions
+/// to check the consistency and invariants of a VPlan.
+///
----------------
Is there a place where those invariants are mentioned? It may be worth briefly stating here what checks are done by the verifier. ATM it looks like it checks the links between the blocks and regions of the VPlan.
Repository:
rL LLVM
https://reviews.llvm.org/D44338
More information about the llvm-commits
mailing list