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: Make more use of register insv and ext*v expanders


Richard Sandiford writes:
> Do you mean this bit:
> 
>       /* Add OFFSET into OP0's address.  */
>       if (MEM_P (xop0))
>  	xop0 = adjust_address (xop0, byte_mode, offset);
> 
> ?  If so, then yeah, we discard that adjustment for the register case.

Yes, that one.  Thanks and hope it gets approved soon.

Adam


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