[llvm] LoopInfo: introduce Loop::getLocStr; unify debug output (PR #93051)

Florian Hahn via llvm-commits llvm-commits at lists.llvm.org
Mon Jun 24 02:41:07 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()
----------------
fhahn wrote:

make clear that we found a loop LDIst can handle?

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


More information about the llvm-commits mailing list