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

Jakub Jelinek <jakub at gcc dot gnu.org> changed:

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

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Alternatively, couldn't we check next to that new
                 && have_insn_for (SET, mode)
also that
                 && known_le (GET_MODE_SIZE (mode), MOVE_MAX)
?

Reply via email to