[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:59:21 PDT 2024


================
@@ -686,6 +686,9 @@ class LoopDistributeForLoop {
     if (!Dependences || Dependences->empty())
       return fail("NoUnsafeDeps", "no unsafe dependences to isolate");
 
+    LLVM_DEBUG(dbgs() << "LDist: Found a loop: " << L->getHeader()->getName()
----------------
artagnon wrote:

Same here.

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


More information about the llvm-commits mailing list