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: [patch i386]: Fix PR/60193


2014-02-14 16:20 GMT+01:00 Richard Henderson <rth@redhat.com>:
> On 02/14/2014 06:41 AM, Kai Tietz wrote:
>> +      else
>> +        {
>> +          t = plus_constant (Pmode, eax, UNITS_PER_WORD);
>> +          emit_move_insn (eax, t);
>> +          t = gen_rtx_PLUS (Pmode, stack_pointer_rtx, eax);
>> +        }
>
> Uros is right that you don't need the move here: 8(rsp,rax) is a perfectly fine
> address.
>
>
> r~

Oh, right.  I missed that.  Is prior patch ok with that adjustment?

Regards,
Kai


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