[PATCH] D45552: [NFC][LV][LoopUtil] Move LoopVectorizationLegality to Analysis tree

Hideki Saito via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Apr 27 21:45:22 PDT 2018


hsaito added inline comments.


================
Comment at: include/llvm/Transforms/Vectorize/LoopVectorizationLegality.h:238
+  /// loop, only that it is legal to do so.
+  bool canVectorize(bool UseVPlanNativePath);
+
----------------
dcaballe wrote:
> hsaito wrote:
> > New parameter added.
> Could you please document the flag here and in the other two places below?
Done


https://reviews.llvm.org/D45552





More information about the llvm-commits mailing list