[llvm] [NewPM/CodeGen] Rewrite pass manager nesting (PR #81068)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Feb 18 02:17:10 PST 2024
================
@@ -182,49 +147,46 @@ int llvm::compileModuleWithNewPM(
return 1;
}
- ExitOnErr(PB.parsePassPipeline(MFPM, PassPipeline));
+ ExitOnErr(PB.parsePassPipeline(MPM, PassPipeline));
----------------
paperchalice wrote:
Users now can run IR passes in llc. Should we accept only codegen ir passes here?
https://github.com/llvm/llvm-project/pull/81068
More information about the llvm-commits
mailing list