https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106228
--- Comment #16 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:415d2c38edadf97950eb14b8d7e6b1491c98cdd5 commit r13-1603-g415d2c38edadf97950eb14b8d7e6b1491c98cdd5 Author: Richard Biener <rguent...@suse.de> Date: Mon Jul 11 12:07:05 2022 +0200 tree-optimization/106228 - fixup last change The following fixes the last commit to honor the case we are not vectorizing a loop. PR tree-optimization/106228 * tree-vect-data-refs.cc (vect_setup_realignment): Adjust VUSE compute for the non-loop case.