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

Segher Boessenkool <segher at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |segher at gcc dot gnu.org

--- Comment #8 from Segher Boessenkool <segher at gcc dot gnu.org> ---
I experimented a bit with this.  If I force the candidate cost of the
iv cand that has step -1 and ends at 0 (after the final increment) to
be COST_N_INSNS (1) less, simulating what the cost should be taking
our doloop into account, we get the expected loop body (and the usual
mess in the header, alas).

Let's not XFAIL it (yet); it's a regression, we can still fix it in
stage 3.

Reply via email to