[llvm] LAA: refactor dependence class to prep for scaled strides (NFC) (PR #122113)

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 9 03:12:35 PST 2025


================
@@ -366,16 +366,20 @@ class MemoryDepChecker {
 
   struct DepDistanceStrideAndSizeInfo {
     const SCEV *Dist;
-    uint64_t StrideA;
-    uint64_t StrideB;
+    uint64_t MaxStride;
----------------
artagnon wrote:

Fixed, thanks.

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


More information about the llvm-commits mailing list