[llvm] [RemoveDIs] Handle DPValues in FastISel (PR #76952)

Jeremy Morse via llvm-commits llvm-commits at lists.llvm.org
Thu Jan 4 23:54:39 PST 2024


================
@@ -319,6 +319,8 @@ class FastISel {
   /// Reset InsertPt to the given old insert position.
   void leaveLocalValueArea(SavePoint Old);
 
+  void handleDbgInfo(const Instruction *II);
+
----------------
jmorse wrote:

Docu-comment desired

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


More information about the llvm-commits mailing list