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: [patches] flow based jump pass take 2


On Thu, Jun 28, 2001 at 11:53:54AM +0200, Jan Hubicka wrote:
> !       if (target != first && counter < n_basic_blocks
> ! 	  && redirect_edge_and_branch (e, target))

One thing we could do better here is handle cases like

	A
	|
	B
	|
	C<-
	\_/

and

	A<-
	| |
	B |
	\_/

which should both be reduced to a single infinite loop.

Something to think about...


r~


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