https://gcc.gnu.org/bugzilla/show_bug.cgi?id=102622
Andrew Pinski <pinskia at gcc dot gnu.org> changed: What |Removed |Added ---------------------------------------------------------------------------- Known to work| |11.2.0 --- Comment #3 from Andrew Pinski <pinskia at gcc dot gnu.org> --- (In reply to Andrew Pinski from comment #2) > Here is a slightly more reduced testcase (without the reasonable values): Looks like the store to var_22 was fully removed, I think this is not a vectorizer bug really, but rather some issue with jump threading ....