[Bug tree-optimization/57249] Unrolling too late for inlining

2014-11-27 Thread hubicka at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=57249 --- Comment #2 from Jan Hubicka --- We probably should simply move cunrolli to early passes and let it to cunroll only when size is going to decrease (i.e. when we know late cunrolli will unroll no matter on the profile).

[Bug tree-optimization/57249] Unrolling too late for inlining

2013-05-13 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=57249 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|U