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: PowerPC64 reload failure with misaligned fp load


On Fri, Mar 25, 2011 at 09:36:04PM +0100, Ulrich Weigand wrote:
> Looks good to me, except ...
> 
> +  mem = change_address (mem, VOIDmode, scratch_or_premodify);
> 
> Maybe replace_equiv_address instead, to avoid losing the memory
> attribute information (alignment, alias set, ...)?

Yes, in fact replace_equiv_address_nv is even better.  (As witnessed
by the use of that function in reload.c, reload1.c.  We know
validating the address is just a waste of time, as is calling
update_temp_slot_address.)  I'll bootstrap and regtest again with that
change.

-- 
Alan Modra
Australia Development Lab, IBM


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