[llvm-commits] PATCH: Cleanup patches for the inliner

Duncan Sands baldrick at free.fr
Thu Mar 15 05:14:58 PDT 2012


Hi Chandler, LGTM.

Ciao, Duncan.

On 15/03/12 08:09, Chandler Carruth wrote:
> These are two generic cleanup patches for the inliner.
>
> The first nukes the abuse of sets of function pointers to track functions which
> should never be inlined. In all cases this could be determined merely by
> inspecting the attributes of the function.
>
> The second nukes support for the much antiquated and never documented
> 'llvm.noinline' global.
>
> More details in the patch files. You might call them essays. I call them commit
> logs of GLORY!
>
>
> _______________________________________________
> 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