[llvm-branch-commits] [CodeGen][NewPM] Adjust pipeline for AsmPrinter (PR #182795)
Aiden Grossman via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Sun Feb 22 20:11:40 PST 2026
https://github.com/boomanaiden154 created https://github.com/llvm/llvm-project/pull/182795
AsmPrinter needs to be split into three passes (begin, per MF, end) to
avoid the need to materialize all machine functions at the same time.
Update the CodeGenPassBuilder hooks for this.
More information about the llvm-branch-commits
mailing list