https://gcc.gnu.org/bugzilla/show_bug.cgi?id=111791
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Last reconfirmed| |2023-10-12 CC| |pinskia at gcc dot gnu.org Status|UNCONFIRMED |NEW Ever confirmed|0 |1 --- Comment #1 from Andrew Pinski <pinskia at gcc dot gnu.org> --- Confirmed. I almost want to say SCCP should always do this loop into _builtin_popcountN if there are no other statements in it and then it will be removed and not be vectorized but maybe that there is another way to fix ...