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: improve unaligned loads with no special insns


On Fri, Nov 05, 2004 at 10:30:25PM -0500, Richard Kenner wrote:
>     +       mark_reg_pointer (a1, m_bitsize);
>     +       v1 = gen_rtx_MEM (mode, a1);
>     +       set_mem_align (v1, m_bitsize);
> 
> Because you're only going to be looking at the part relevant for the field,
> can't you set MEM_ALIAS_SET and perhaps even MEM_EXPR accordingly?

No.  For the same reason that Alpha AND addresses can't.


r~


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