[Mlir-commits] [mlir] [MLIR][LLVM] Fuse Scope into CallsiteLoc Callee (PR #74546)
Billy Zhu
llvmlistbot at llvm.org
Tue Dec 5 18:02:29 PST 2023
zyx-billy wrote:
One next step I'm definitely interested in is to better define the semantics of a fused DI scope in general. I'm tempted to say that we should require DI scopes only be fused to leaf locations (those that don't contain other locations. Like FileLineCol loc), since that would make the most sense for LLVM, and cause the least confusion in semantics. Not sure if I'm missing any use cases that way though, or if there's a good way to enforce that besides when translating.
https://github.com/llvm/llvm-project/pull/74546
More information about the Mlir-commits
mailing list