search for: debugifymachinemodul

Displaying 3 results from an estimated 3 matches for "debugifymachinemodul".

Did you mean: debugifymachinemodule
2020 Jul 14
3
[RFC] Introducing classes for the codegen driven by new pass manager
...hod) > (3) `Error doFinalization(Module &, > MachineFunctionAnalysisManager &)`. Client: PrintMIRPass. This is also for > completeness. (invoked after all passes `run` method) > (4) `Error run(Module &, MachineFunctionAnalysisManager &)`. > Client: MachineOutliner, DebugifyMachineModule. I would call this machine > module pass which needs a global scope. It is like (1) but subject to pass > ordering. Currently, a pass either define this or (1), but not both. > > (doInitialization/doFinalization is currently not supported by the NPM > optimizer pipeline because th...
2020 Jul 11
2
[RFC] Introducing classes for the codegen driven by new pass manager
...before all passes `run` method) (3) `Error doFinalization(Module &, MachineFunctionAnalysisManager &)`. Client: PrintMIRPass. This is also for completeness. (invoked after all passes `run` method) (4) `Error run(Module &, MachineFunctionAnalysisManager &)`. Client: MachineOutliner, DebugifyMachineModule. I would call this machine module pass which needs a global scope. It is like (1) but subject to pass ordering. Currently, a pass either define this or (1), but not both. (doInitialization/doFinalization is currently not supported by the NPM optimizer pipeline because there is no real need for it...
2020 Jul 14
4
[RFC] Introducing classes for the codegen driven by new pass manager
...>> > MachineFunctionAnalysisManager &)`. Client: PrintMIRPass. This is also >> for >> > completeness. (invoked after all passes `run` method) >> > (4) `Error run(Module &, MachineFunctionAnalysisManager &)`. >> > Client: MachineOutliner, DebugifyMachineModule. I would call this >> machine >> > module pass which needs a global scope. It is like (1) but subject to >> pass >> > ordering. Currently, a pass either define this or (1), but not both. >> > >> > (doInitialization/doFinalization is currently n...