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

Andrew Pinski <pinskia at gcc dot gnu.org> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2024-01-12

--- Comment #2 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
The way divu/remu should be modeled as one instruction (using also the
divmod/udivmod optab to expand them) and then split into either divu or remu or
divu/mul/sub in split1 depending on the REG_UNUSED notes.

Reply via email to