[llvm] Fix MachineOutliner::createPrinterPass. (PR #115787)

Han Shen via llvm-commits llvm-commits at lists.llvm.org
Mon Nov 18 19:56:07 PST 2024


shenhanc78 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)
> 
> @shenhanc78 can you please fix the description?

Thanks Sri. Yes, fixed the description.

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


More information about the llvm-commits mailing list