[llvm] LAA: rearrange in preparation to scale strides (NFC) (PR #122113)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Wed Jan 8 08:52:25 PST 2025


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

While you are here, it might be worth documenting which unit is used for stride here (i.e what unscaled means here)

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


More information about the llvm-commits mailing list