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 [10/n] X32: Support x32 LEA insns


On Fri, Jul 22, 2011 at 9:03 PM, H.J. Lu <hongjiu.lu@intel.com> wrote:

> This patch adds x32 LEA insn support. ?The main issue is
>
> gen_lowpart (Pmode, operands[1]);
>
> doesn't work on symbol. ?This patch avoids it.
>
> Also we shouldn't generate 32bit store with x32 PIC source.
>
> Any comments?

Can you please post some testcases to see the effect of the patch?

Thanks,
Uros.


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