Files
clang-p2996/llvm/lib/Analysis/LoopAccessAnalysis.cpp
Ramkumar Ramachandra 17912f336b LAA: refactor dependence class to prep for scaled strides (NFC) (#122113)
Rearrange the DepDistanceAndSizeInfo struct in preparation to scale
strides. getDependenceDistanceStrideAndSize now returns the data of
CommonStride, MaxStride, and clarifies when to retry with runtime
checks, in place of (unscaled) strides.
2025-01-09 16:05:17 +00:00

122 KiB