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: mainline regression (was Re: [PATCH] Prevent ifcvt from moving computations into loop)


On Thu, Jul 24, 2003 at 06:41:11PM +0100, Joern Rennecke wrote:
> !   /* flow_loops_find doesn't work when branches use branch target registers.  */
> !   if (! reload_completed)
> !     mark_loop_exit_edges ();

I'd prefer that you also check cannot_modify_jumps_p or
something.  Otherwise we risk pulling in the value into
the loop again.


r~


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