[llvm] [AsmPrinter] Reduce AsmPrinterHandlers virt. fn calls (PR #96785)

Alexis Engelke via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 28 05:13:43 PDT 2024


================
@@ -208,6 +209,9 @@ class AsmPrinter : public MachineFunctionPass {
   std::vector<HandlerInfo> Handlers;
----------------
aengelke wrote:

Good point, I added an addDebugHandler method so that the Julia use case should continue to work.

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


More information about the llvm-commits mailing list