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]

Re: Avoid redundant add in dreferencing local objects on i386


> I'd been thinking of allowing it any time you see
> 
> 	(plus (operandN) (operandN+1))

Yes, but doing it in a more general way requires a rtl tree walk (to find
the PLUS), and I thought that was overkill.


Bernd


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