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

Ramkumar Ramachandra via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 15:16:39 PDT 2024


================
@@ -24,7 +24,7 @@ loop.end:
   ret void
 }
 
-; CHECK-LABEL: LAA: Found a loop in regression_test_loop_access_scalable_typesize
+; CHECK-LABEL: 'regression_test_loop_access_scalable_typesize'
 ; CHECK: LAA: Bad stride - Scalable object:
----------------
artagnon wrote:

Fixed, thanks.

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


More information about the llvm-commits mailing list