[llvm] LoopInfo: introduce Loop::getLocStr; unify debug output (PR #93051)
Ramkumar Ramachandra via llvm-commits
llvm-commits at lists.llvm.org
Mon Jun 24 02:58:55 PDT 2024
================
@@ -2403,6 +2403,8 @@ bool LoopAccessInfo::canAnalyzeLoop() {
return false;
}
+ LLVM_DEBUG(dbgs() << "LAA: Found a loop: " << TheLoop->getHeader()->getName()
----------------
artagnon wrote:
Unsure if we should change this output to diverge from LV.
https://github.com/llvm/llvm-project/pull/93051
More information about the llvm-commits
mailing list