[llvm] [CodeGen][NewPM] Port `AsmPrinter` to new pass manager (PR #99320)

via llvm-commits llvm-commits at lists.llvm.org
Thu Jun 19 01:08:55 PDT 2025


================
@@ -948,6 +979,43 @@ class AsmPrinter : public MachineFunctionPass {
   }
 };
 
+class AsmPrinterInitializePass
----------------
paperchalice wrote:

All 3 passes are required.

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


More information about the llvm-commits mailing list