[llvm] [RemoveDIs][DebugInfo][IR] Add parsing for non-intrinsic debug values (PR #79818)

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 5 08:29:27 PST 2024


jmorse wrote:

On top of what Stephen said, using a new token to make debug-info separate encourages everyone to consider debug-info as a first class element of LLVM. The new representation isn't either Metadata or Value based, it's the glue between the two.

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


More information about the llvm-commits mailing list