[patch] Improve chrec_convert PR/21861 and PR/18403

Diego Novillo dnovillo@redhat.com
Tue Jun 7 18:47:00 GMT 2005


On Tue, Jun 07, 2005 at 08:14:12PM +0200, Sebastian Pop wrote:

> PS: I'm not happy with the following change, because this could be
> done more transparently on demand, without systematically analyzing
> all the loops for estimating their niter:
> 
> 	(execute_vrp): Call estimate_numbers_of_iterations for refining the 
> 	information provided by scev analyzer.
> 
How difficult would be to provide such an interface?  Since it
can be called several times for the same loop, it should do
nothing on subsequent calls.

In the meantime, unless the call to e_n_o_i is too expensive, I
don't have a problem with the VRP bits.


Diego.



More information about the Gcc-patches mailing list