[llvm-branch-commits] [llvm] [WebAssembly] Port AsmPrinter (PR #210448)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Jul 19 20:45:40 PDT 2026
boomanaiden154 wrote:
> So the new PM doesn't support doInitialization and doFinalization, and we should split all those passes with three separate ones?
Yes, that's the design that we settled on for now. Eventually we want to move to something that's probably more sensible, but that requires a lot of refactoring that is going to be difficult while trying to maintain support for two PMs.
https://github.com/llvm/llvm-project/pull/210448
More information about the llvm-branch-commits
mailing list