This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: ARM patch: Fix PR 40697


On 03/19/2010 12:42 PM, Richard Earnshaw wrote:
> 
> On Fri, 2010-03-19 at 12:33 +0100, Bernd Schmidt wrote:
>> On 03/19/2010 11:15 AM, Richard Earnshaw wrote:
>>
>>> +             return COSTS_N_INSNS (1);
>>>
>>> Surely doing the AND with shifts costs two insns, not one.  Could you
>>> also add a comment.
>>
>> Like so?
> 
> Well the comment is fine, but why do we have to lie to the front end to
> get it to do the right thing?  Bosscher has been jumping up and down
> recently because other parts of the ARM back-end aren't giving the true
> costs of things and this would be yet another case.

Looks like we can in fact tweak avoid_expensive_constant to also compute
the cost of the constant for a SET.


Bernd

Attachment: andsi-c.diff
Description: Text document


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]