[llvm] [SLPVectorizer] Move size checks (NFC). (PR #161867)
Alexey Bataev via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 6 09:28:17 PDT 2025
================
@@ -2245,6 +2245,11 @@ class BoUpSLP {
Align Alignment, const int64_t Diff, Value *Ptr0,
Value *PtrN, StridedPtrInfo &SPtrInfo) const;
+ bool analyzeRtStrideCandidate(ArrayRef<Value *> PointerOps, Type *ScalarTy,
----------------
alexey-bataev wrote:
Add a comment for the function and parameters
https://github.com/llvm/llvm-project/pull/161867
More information about the llvm-commits
mailing list