[llvm-commits] Patch, enable reusing a module pass manager across multiple modules

Pedro Artigas partigas at apple.com
Tue Nov 13 15:51:02 PST 2012


Hello All,

The patch below is intended to enable reusing a module pass manager across multiple modules, the core idea is that module passes do not have to be reallocated but are just initialized and finalized before/after each run so that the allocated state can be persistent across multiple modules

patch attached

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/20121113/a23a25ec/attachment.txt>


More information about the llvm-commits mailing list