[llvm] LAA: generalize strides over unequal type sizes (PR #108088)

David Sherwood via llvm-commits llvm-commits at lists.llvm.org
Tue Dec 17 05:36:36 PST 2024


================
@@ -1799,8 +1799,7 @@ void MemoryDepChecker::mergeInStatus(VectorizationSafetyStatus S) {
 ///     }
 static bool isSafeDependenceDistance(const DataLayout &DL, ScalarEvolution &SE,
                                      const SCEV &MaxBTC, const SCEV &Dist,
-                                     uint64_t MaxStride,
----------------
david-arm wrote:

I think the comment above needs updating now that you've removed `TypeByteSize` and `MaxStride` is now in bytes.

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


More information about the llvm-commits mailing list