https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88760

--- Comment #37 from Segher Boessenkool <segher at gcc dot gnu.org> ---
-- If it is done in RTL it should really be done earlier, it doesn't get all
optimisations it should right now.

-- Unrolling small loops more aggressively (at -O2 even) perhaps needs to be
done at a different spot in the pipeline then?  It needs no cost estimate
(other than some simple params).

Reply via email to