[PATCH] D49491: [RFC][VPlan, SLP] Add simple SLP analysis on top of VPlan.
Florian Hahn via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jul 19 10:27:44 PDT 2018
fhahn marked 13 inline comments as done.
fhahn added inline comments.
================
Comment at: lib/Transforms/Vectorize/VPlan.h:1425
+
+ SmallVector<MultiNodeOpTy, 4> reorderMultiNodeOps();
+
----------------
RKSimon wrote:
> Please can you add description comments for all these member variables and public functions.
Will do tomorrow!
https://reviews.llvm.org/D49491
More information about the llvm-commits
mailing list