On Tue, 26 Oct 2021, Bernhard Reutner-Fischer wrote: > On 26 October 2021 10:58:50 CEST, Richard Biener via Gcc-patches > <gcc-patches@gcc.gnu.org> wrote: > > >@@ -2006,6 +2011,7 @@ get_negative_load_store_type (vec_info *vinfo, > > dump_printf_loc (MSG_MISSED_OPTIMIZATION, vect_location, > > "negative step but alignment required.\n"); > > return VMAT_ELEMENTWISE; > >+ *poffset = 0; > > Would you want to move this to before the return?
Doh! Why don't we diagnose this ... :/ Richard.