[llvm] [SLP]Initial support for (masked)loads + compress and (masked)interleaved (PR #132099)

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Fri Mar 21 04:46:57 PDT 2025


================
@@ -5343,7 +5486,22 @@ BoUpSLP::canVectorizeLoads(ArrayRef<Value *> VL, const Value *VL0,
         }
       }
     }
+    [[maybe_unused]] bool IsMasked;
+    [[maybe_unused]] unsigned InterleaveFactor;
+    [[maybe_unused]] SmallVector<int> CompressMask;
+    [[maybe_unused]] VectorType *LoadVecTy;
----------------
RKSimon wrote:

which compiler was warning about unused variables?

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


More information about the llvm-commits mailing list