[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:19:49 PDT 2018
fhahn added inline comments.
================
Comment at: lib/Transforms/Vectorize/VPlanHCFGBuilder.h:57
+ // Methods to simplify the plain CFG.
+ void simplifyPlainCFG();
----------------
It might be worth to mentioning that this is mostly canonicalization to make future transformations easier. And briefly describe the canonical form (not sure where the best place for that would be)
https://reviews.llvm.org/D48818
More information about the llvm-commits
mailing list