[llvm] [RemoveDIs] Print non-intrinsic debug info in textual IR output (PR #79281)

Stephen Tozer via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 26 08:37:15 PST 2024


SLTozer wrote:

Rebased with support for `#dbg_label` added - only notable changes are in `AsmWriter.cpp`, where printDPLabel now does the right thing, and the dbg_label intrinsic having been added to `Module`'s "remove all debug intrinsics" function.

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


More information about the llvm-commits mailing list