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: fix loop unrolling


On Mon, Jan 21, 2002 at 05:57:59PM +0100, Jan Hubicka wrote:
> 	* unroll.c (unroll_loop): Lower final_value to generic-operand.

Actually, I wonder if this should be lowered to nonmemory_operand.
Note the one copy_rtx(final_value) later on in the function which
is not propagated everywhere.


r~


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