https://gcc.gnu.org/bugzilla/show_bug.cgi?id=96376
--- Comment #6 from CVS Commits <cvs-commit at gcc dot gnu.org> --- The master branch has been updated by Richard Biener <rgue...@gcc.gnu.org>: https://gcc.gnu.org/g:446703ccc2ce09e9710964f781a21030bf3c2d54 commit r11-6717-g446703ccc2ce09e9710964f781a21030bf3c2d54 Author: Richard Biener <rguent...@suse.de> Date: Fri Jan 15 14:20:43 2021 +0100 tree-optimization/96376 - do not check alignment for invariant loads The testcases show that we fail to disregard alignment for invariant loads. The patch handles them like we handle gather and scatter. 2021-01-15 Richard Biener <rguent...@suse.de> PR tree-optimization/96376 * tree-vect-stmts.c (get_load_store_type): Disregard alignment for VMAT_INVARIANT.