[llvm] improve debug messages in delinearization and dependence analysis (PR #156339)
Ryotaro Kasuga via llvm-commits
llvm-commits at lists.llvm.org
Tue Sep 2 03:11:02 PDT 2025
================
@@ -385,6 +394,7 @@ void llvm::computeAccessFunctions(ScalarEvolution &SE, const SCEV *Expr,
}
// Record the access function for the current subscript.
+ LLVM_DEBUG(dbgs() << "Subscripts push_back Remainder: " << *R << "\n");
----------------
kasuga-fj wrote:
I don't think this message is useful. If this function succeeds, the result will be dumped at the end anyway.
https://github.com/llvm/llvm-project/pull/156339
More information about the llvm-commits
mailing list