https://gcc.gnu.org/bugzilla/show_bug.cgi?id=93094
--- Comment #4 from Richard Biener <rguenth at gcc dot gnu.org> --- The issue seems to be that we do not find the LOOP_VECTORIZED guarding IFN because we have inserted code in the preheader during pattern detection it seems. Testing a fix.