[llvm-commits] [PATCH] Intel Atom optimization - use LEA to adjust stack pointer
Evan Cheng
evan.cheng at apple.com
Tue Feb 7 14:54:58 PST 2012
I changed attribute lea_sp to lea-sp to conform to naming convention used by rest of X86 attributes. I also fixed a few 80 col violations and a couple of stylistic issues.
Committed: r150008
Evan
On Feb 7, 2012, at 7:11 AM, "Zhang, Andy" <andy.zhang at intel.com> wrote:
> Ping...
>
>> -----Original Message-----
>> From: llvm-commits-bounces at cs.uiuc.edu [mailto:llvm-commits-
>> bounces at cs.uiuc.edu] On Behalf Of Zhang, Andy
>> Sent: Thursday, February 02, 2012 2:33 PM
>> To: llvm-commits at cs.uiuc.edu
>> Subject: Re: [llvm-commits] Intel Atom optimization - use LEA to adjust
>> stack pointer
>>
>> On January 18, 2012 4:35 PM, Evan Cheng wrote:
>>>
>>> Yes, that's the right way to use subtarget features. If the number of
>>> Atom specific optimizations get too large, then we can refactor it.
>>>
>>> Evan
>>>
>>
>> Hi Evan,
>>
>> I've changed my patch to use a separate subtarget feature for this
>> optimization.
>> Sorry for the delay -- I was away for the past couple of weeks.
>>
>> If there are no more comments, could you please commit the patch.
>>
>>
>> Thanks,
>> Andy
More information about the llvm-commits
mailing list