https://gcc.gnu.org/bugzilla/show_bug.cgi?id=122131
--- Comment #5 from Richard Biener <rguenth at gcc dot gnu.org> --- So we have a gather-scatter stmt here, using VMAT_GATHER_SCATTER_EMULATED and dr_explicit_realign_optimized alignment scheme. We should not have chosen that for gather-scatter (it does not make sense). The fix is simple.
