[llvm] [SLPVectorizer][NFC] Save stride in a map. (PR #157706)

Mikhail Gudim via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 10 10:47:49 PDT 2025


================
@@ -6446,6 +6464,7 @@ static const SCEV *calculateRtStride(ArrayRef<Value *> PointerOps, Type *ElemTy,
       ++Cnt;
     }
   }
+
----------------
mgudim wrote:

fixed, thanks.

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


More information about the llvm-commits mailing list