[Bug tree-optimization/31040] unroll/peel loops not aggressive enough

rguenth at gcc dot gnu dot org gcc-bugzilla@gcc.gnu.org
Mon Mar 5 12:22:00 GMT 2007



------- Comment #4 from rguenth at gcc dot gnu dot org  2007-03-05 12:22 -------
Note that in addition to unrolling the outermost loop you can experiment with
adjusting the --param max-completely-peeled-insns param.  Also I wonder if

  DO lxb=0,0

is really common (if so, the frontend might want to lower this differently).


-- 


http://gcc.gnu.org/bugzilla/show_bug.cgi?id=31040



More information about the Gcc-bugs mailing list