[llvm-commits] RFC patch moving MachineModuleInfo to the doInitialization/doFinalization model
    Evan Cheng 
    evan.cheng at apple.com
       
    Tue Dec  4 23:09:41 PST 2012
    
    
  
LGTM. Please commit if all the tests pass. 
Thanks,
Evan
On Dec 4, 2012, at 3:47 PM, Pedro Artigas <partigas at apple.com> wrote:
> 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
> <patch.txt>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits
    
    
More information about the llvm-commits
mailing list