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

Richard Biener <rguenth at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |INVALID
             Status|NEW                         |RESOLVED

--- Comment #35 from Richard Biener <rguenth at gcc dot gnu.org> ---
So previously the loop condition was turned to != but now it's correctly <,
and mips somehow cannot do blt but uses slt which is a < b ? 1 : 0 as google
tells me.

This is now correct, nothing to do about it, no bug.

Talking about versioning as optimization is interesting but it's not
generally required for targets that can do a proper conditional branch here.
Any such feature should be tracked elsewhere.

Reply via email to