Re: Non-dominating loop bounds in tree-ssa-loop-niter 1/4

2012-10-30 Thread Richard Biener
On Tue, 30 Oct 2012, Jan Hubicka wrote: > Hi, > this is first patch of change of tree-ssa-loop-niter to consider bounds that > are > not in block dominating latch. This patch makes them to be recorded and they > are not used. I plan to followup with: > > 1) patch to add simple shortest path wa

Non-dominating loop bounds in tree-ssa-loop-niter 1/4

2012-10-30 Thread Jan Hubicka
Hi, this is first patch of change of tree-ssa-loop-niter to consider bounds that are not in block dominating latch. This patch makes them to be recorded and they are not used. I plan to followup with: 1) patch to add simple shortest path walk at the end of estimate_numbers_of_iterations_loop