[llvm] [SLP]Improve/fix subvectors in gather/buildvector nodes handling (PR #104144)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Aug 21 08:12:41 PDT 2024


================
@@ -3104,6 +3104,10 @@ class BoUpSLP {
     /// The index of this treeEntry in VectorizableTree.
     int Idx = -1;
 
+    /// For gather/buildvector/alt opcode (TODO) nodes, which are combined from
+    /// other nodes as a serie of insertvector instructions.
----------------
RKSimon wrote:

serie -> series

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


More information about the llvm-commits mailing list