[llvm] [DA] Check monotonicity for subscripts (PR #154527)
Ryotaro Kasuga via llvm-commits
llvm-commits at lists.llvm.org
Wed Sep 10 08:15:18 PDT 2025
================
@@ -3512,6 +3803,38 @@ bool DependenceInfo::tryDelinearizeParametricSize(
// to the dependency checks.
if (!DisableDelinearizationChecks)
for (size_t I = 1; I < Size; ++I) {
+ const Loop *OutermostLoop =
----------------
kasuga-fj wrote:
Found a more serious issue (ref: #157859). To keep this PR simpler, I now think it is better to ignore the delinearized subscripts at the moment, and check monotonicity only when delinearization fails...
https://github.com/llvm/llvm-project/pull/154527
More information about the llvm-commits
mailing list