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

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Mon Feb 19 09:05:19 PST 2024


================
@@ -218,11 +218,15 @@ class LLVM_EXTERNAL_VISIBILITY Module {
   /// \ref BasicBlock.
   bool IsNewDbgInfoFormat;
 
+  void removeDebugIntrinsicDeclarations();
----------------
jmorse wrote:

(Brief) Docu-comment wanted

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


More information about the llvm-commits mailing list