[llvm] Fix MachineOutliner::createPrinterPass. (PR #115787)
Arthur Eubanks via llvm-commits
llvm-commits at lists.llvm.org
Mon Nov 18 10:35:44 PST 2024
aeubanks wrote:
description is inaccurate: MachineOutliner is a ModulePass that just happens to work on MIR instead of IR, but we don't have a way to denote that. and ideally we'd have a MIR module printer pass, rather than relying on the MIR function printer pass, but I suppose this is good enough
(sorry I thought I hit "comment" earlier)
https://github.com/llvm/llvm-project/pull/115787
More information about the llvm-commits
mailing list