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

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

           What    |Removed                     |Added
----------------------------------------------------------------------------
                 CC|                            |pinskia at gcc dot gnu.org
             Status|UNCONFIRMED                 |NEW
     Ever confirmed|0                           |1
   Last reconfirmed|                            |2026-04-30

--- Comment #1 from Drea Pinski <pinskia at gcc dot gnu.org> ---
Confirmed. There looks to be a few issues. One is an aliasing issue as LIM does
not do store motion here. Maybe because of the 2 exits from the loop. The other
issue is we should remove unreachable before doing ldist/vectorization.

Reply via email to