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


================
@@ -385,6 +385,11 @@ class LLVM_EXTERNAL_VISIBILITY Loop : public LoopBase<BasicBlock, Loop> {
   /// Return the source code span of the loop.
   LocRange getLocRange() const;
 
+  /// Return a string containing the location of the loop (file name + line
----------------
fhahn wrote:

nit: `location -> debug location`?

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


More information about the llvm-commits mailing list