[llvm] [SLP]Vectorize gathered loads (PR #107461)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Tue Sep 10 03:27:57 PDT 2024


================
@@ -11804,17 +12282,23 @@ Instruction &BoUpSLP::getLastInstructionInBundle(const TreeEntry *E) {
     return *Res;
   // Get the basic block this bundle is in. All instructions in the bundle
   // should be in this block (except for extractelement-like instructions with
-  // constant indeces).
+  // constant indecies or gathered loads).
----------------
RKSimon wrote:

indices

https://github.com/llvm/llvm-project/pull/107461


More information about the llvm-commits mailing list