[llvm] [DA] Check monotonicity for subscripts (PR #154527)

Ryotaro Kasuga via llvm-commits llvm-commits at lists.llvm.org
Wed Sep 10 11:08:28 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:

done

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


More information about the llvm-commits mailing list