https://gcc.gnu.org/bugzilla/show_bug.cgi?id=115640
--- Comment #19 from GCC 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:0192341a07b8ea30f631cf4afdc6fcf3fa7ce838 commit r15-1706-g0192341a07b8ea30f631cf4afdc6fcf3fa7ce838 Author: Richard Biener <rguent...@suse.de> Date: Wed Jun 26 14:07:51 2024 +0200 tree-optimization/115640 - outer loop vect with inner SLP permute The following fixes wrong-code when using outer loop vectorization and an inner loop SLP access with permutation. A wrong adjustment to the IV increment is then applied on GCN. PR tree-optimization/115640 * tree-vect-stmts.cc (vectorizable_load): With an inner loop SLP access to not apply a gap adjustment.