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

Quentin Colombet qcolombet at apple.com
Tue Dec 11 17:20:22 PST 2012


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
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121211/e2b825e7/attachment.html>
-------------- next part --------------
A non-text attachment was scrubbed...
Name: inliner_minisize.patch
Type: application/octet-stream
Size: 891 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121211/e2b825e7/attachment.obj>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20121211/e2b825e7/attachment-0001.html>


More information about the llvm-commits mailing list