[llvm] improve debug messages in delinearization and dependence analysis (PR #156339)
Sebastian Pop via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 2 09:59:19 PDT 2025
================
@@ -354,18 +354,27 @@ void llvm::computeAccessFunctions(ScalarEvolution &SE, const SCEV *Expr,
if (!AR->isAffine())
return;
+ // Clear output vector.
+ Subscripts.clear();
----------------
sebpop wrote:
I moved these changes to a separate patch.
https://github.com/llvm/llvm-project/pull/156339
More information about the llvm-commits
mailing list