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

Simon Pilgrim via llvm-commits llvm-commits at lists.llvm.org
Wed Jun 5 09:21:08 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:
----------------
RKSimon wrote:

Should we be checking any extra lines after the label now?

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


More information about the llvm-commits mailing list