[llvm] [CodeGen][NewPM] Port `AsmPrinter` to new pass manager (PR #99320)
Akshat Oke via llvm-commits
llvm-commits at lists.llvm.org
Tue May 20 06:51:25 PDT 2025
================
@@ -209,6 +214,11 @@ class AsmPrinter : public MachineFunctionPass {
StackMaps SM;
+ /// If one of thses pass manager is not null, then it is in new pass manager.
----------------
optimisan wrote:
```suggestion
/// If one of these pass managers is not null, then it is in new pass manager.
```
https://github.com/llvm/llvm-project/pull/99320
More information about the llvm-commits
mailing list