Re: Make do_loop use estimated_num_iterations/expected_num_iterations

2016-05-20 Thread Richard Biener
On Thu, 19 May 2016, Jan Hubicka wrote: > Hi, > this patch makes doloop_optimize to use the > get_estimated_loop_iterations_int/get_max_loop_iterations_int instead of > weakter > check for const_iter. Bootstrapped/regtested x86_64-linux, OK? Ok. Thanks, Richard. > Honza > > *

Make do_loop use estimated_num_iterations/expected_num_iterations

2016-05-19 Thread Jan Hubicka
Hi, this patch makes doloop_optimize to use the get_estimated_loop_iterations_int/get_max_loop_iterations_int instead of weakter check for const_iter. Bootstrapped/regtested x86_64-linux, OK? Honza * loop-doloop.c (doloop_optimize): Use get_estimated_loop_iterations_int and