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: altivec: mov patterns, add m<-r and r<-r


On Fri, Feb 15, 2002 at 03:07:50PM +1100, Aldy Hernandez wrote:
>        if (REGNO (operands[0]) >= REGNO (operands[1]) + 1
>            && REGNO (operands[0]) <= REGNO (operands[1]) + 3)
[...]
> uhh, duh.  maybe i should steal the rest of the code as well ;-).
> will the above work with overlapping registers?

Yes, that's exactly what it's doing.


r~


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