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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |ASSIGNED
           Assignee|unassigned at gcc dot gnu.org      |jakub at gcc dot gnu.org

--- Comment #10 from Jakub Jelinek <jakub at gcc dot gnu.org> ---
Created attachment 60861
  --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=60861&action=edit
gcc15-pr119428-1.patch

Untested fix for x86.  This isn't a SHIFT_COUNT_TRUNCATED target, so we'd
better not drop the count masking at least until combine is done (but perhaps
keep it in the IL until expansion, that might be larger change).

Reply via email to