[PATCH] D101460: [SLP]Try to vectorize tiny trees with shuffled gathers of extractelements.

David Sherwood via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue May 18 03:03:07 PDT 2021


david-arm added inline comments.


================
Comment at: llvm/lib/Transforms/Vectorize/SLPVectorizer.cpp:4143
   // with the second gather nodes if they have less scalar operands rather than
   // the initial tree element (may be profitable to shuffle the second gather).
+  SmallVector<int> Mask;
----------------
Does the comment need updating here to reflect the change?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D101460



More information about the llvm-commits mailing list