[PATCH] D68577: [LV] Apply sink-after & interleave-groups as VPlan transformations (NFC)

Ayal Zaks via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Oct 13 14:17:29 PDT 2019


Ayal added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/VPlan.h:985
 
+  /// Return the mask used by this recipe, nullptr if none.
+  VPValue *getMask() {
----------------
While you're at it... worth adding that a full mask (potentially used by this recipe) is represented by nullptr, as well.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D68577/new/

https://reviews.llvm.org/D68577





More information about the llvm-commits mailing list