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

Akshat Oke via llvm-commits llvm-commits at lists.llvm.org
Mon Mar 24 01:28:11 PDT 2025


================
@@ -151,15 +151,46 @@ class GCFunctionInfo {
   size_t live_size(const iterator &p) const { return roots_size(); }
 };
 
-struct GCStrategyMap {
+class GCStrategyMap {
----------------
optimisan wrote:

spilled-over patch?

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


More information about the llvm-commits mailing list