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

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

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

--- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> ---
/app/example.cpp:7:36: note:    loop contains multiple exits, analyzing
statement dependencies.
/app/example.cpp:7:36: missed:    early breaks not supported: vectorization
would read beyond size of obj.
/app/example.cpp:9:11: missed:    can't safely apply code motion to
dependencies of _1 = *s_12;
 to vectorize the early exit.
/app/example.cpp:7:36: missed:  bad data dependence.

For aarch64.

Reply via email to