[llvm-commits] RFC patch moving MachineModuleInfo to the doInitialization/doFinalization model

Pedro Artigas partigas at apple.com
Tue Dec 4 15:47:55 PST 2012


Hello All,

This patch moves MachineModuleInfo to the doInitialization/doFinalization model and adds code so that immutable passes get a doInitialization/doFinalization call. Also it fixes the finalization order to be the reverse of the execution (run) order due to potential dependencies, which have to obey the run order.

Thanks

Pedro Artigas
-------------- next part --------------
An embedded and charset-unspecified text was scrubbed...
Name: patch.txt
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121204/8eca9f9b/attachment.txt>


More information about the llvm-commits mailing list