[llvm-commits] [PATCH] Change ForceSizeOpt attribute into MinSize attribute

Chandler Carruth chandlerc at google.com
Mon Oct 29 16:22:30 PDT 2012


LGTM

On Mon, Oct 29, 2012 at 3:57 PM, Eric Christopher <echristo at gmail.com> wrote:
> Looks good to me. I don't think ForceSizeOpt has been in long enough
> to justify autoupgrade.

Agreed, the criteria for autoupgrade is whether we've released.

>
> -eric
>
> On Mon, Oct 29, 2012 at 3:51 PM, Quentin Colombet <qcolombet at apple.com> wrote:
>> Hi,
>>
>> Following a discussion on the cfe-commits mailing list (look for "Oz optimization level sets ForceSizeOpt attribute for each function"), I propose a patch to change the name of the ForceSizeOpt attribute into MinSize attribute.
>>
>> The purpose of this attribute is to inform the compiler that functions decorated with should be optimized to minimize for code size.
>>
>> Quentin
>>
>>
>>
>>



More information about the llvm-commits mailing list