[Mlir-commits] [mlir] [MLIR][LLVM] Add DILocAttr for debug locations (PR #186146)
Aman LaChapelle
llvmlistbot at llvm.org
Thu Mar 12 13:54:01 PDT 2026
================
@@ -410,10 +410,26 @@ LoopMetadataConversion::convertParallelAccesses() {
return refs;
}
+/// Convert a translated location to a FusedLoc for loop annotation storage.
----------------
bzcheeseman wrote:
Can you file a ticket to follow up on this? We shouldn't require a fusedloc just because the loop annotation stores it in a specific way.
https://github.com/llvm/llvm-project/pull/186146
More information about the Mlir-commits
mailing list