[llvm] [NewPM/CodeGen] Rewrite pass manager nesting (PR #81068)

Arthur Eubanks via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 20 13:41:27 PST 2024


================
@@ -182,49 +147,46 @@ int llvm::compileModuleWithNewPM(
       return 1;
     }
 
-    ExitOnErr(PB.parsePassPipeline(MFPM, PassPipeline));
+    ExitOnErr(PB.parsePassPipeline(MPM, PassPipeline));
----------------
aeubanks wrote:

yes, although I'll leave that for a follow-up patch. added a FIXME

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


More information about the llvm-commits mailing list