[llvm] [SLPVectorizer] Move size checks (NFC). (PR #161867)

Mikhail Gudim via llvm-commits llvm-commits at lists.llvm.org
Tue Oct 7 09:56:52 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,
----------------
mgudim wrote:

done. Also rebased, so I did a force-push.

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


More information about the llvm-commits mailing list