[lldb] [llvm] [mlir] [DebugInfo] Add symbolic branches to DIExpression (PR #210850)
Scott Linder via llvm-commits
llvm-commits at lists.llvm.org
Thu Aug 13 10:52:59 PDT 2026
slinder1 wrote:
Hey @echristo, it seems like the work I'm doing will be overlapping with yours (which makes sense if we are both working on debug-info for GPUs 😄).
I've been on the DWARF GPU working group since it started meeting, and at AMD we have a working implementation of much of DWARF6 that enables debugging (some) optimized code on AMDGPUs today. It is a more radical departure from the current approach, which is why it is not (yet) upstream. In the process of trying to get it to a state where it can replace the current upstream approach I ended up on a bit of a tangent, and I'm exploring an approach that borrows from GCC's design. I don't quite have a fully-baked design to pick apart yet, but I hope to relatively soon.
Anyway, I would be very interested in reviewing debug-info PRs, RFCs, etc. so if you think of it please add me as a reviewer or ping me!
https://github.com/llvm/llvm-project/pull/210850
More information about the llvm-commits
mailing list