[llvm-commits] [PATCH] Take into account minimize size attribute in the inliner

Nadav Rotem nrotem at apple.com
Tue Dec 11 17:22:17 PST 2012


LGTM. 

On Dec 11, 2012, at 5:20 PM, Quentin Colombet <qcolombet at apple.com> wrote:

> Hi,
> 
> I have attached a patch that better controls the inlining of functions when the caller function has MinSize attribute.
> Basically, when the caller function has this attribute, we do not "force" the inlining of callee functions carrying the InlineHint attribute (i.e., functions defined with inline keyword).
> 
> Thanks for the reviews.
>  
> -Quentin
> <inliner_minisize.patch>
> _______________________________________________
> llvm-commits mailing list
> llvm-commits at cs.uiuc.edu
> http://lists.cs.uiuc.edu/mailman/listinfo/llvm-commits

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121211/5276b94e/attachment.html>


More information about the llvm-commits mailing list