https://gcc.gnu.org/bugzilla/show_bug.cgi?id=106387
--- Comment #2 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:3c4af0f0549a07799d76e9e48d3d3bd85197b92a commit r13-1793-g3c4af0f0549a07799d76e9e48d3d3bd85197b92a Author: Richard Biener <rguent...@suse.de> Date: Fri Jul 22 09:00:37 2022 +0200 tree-optimization/106387 - properly create SSA name for realigned load The following fixes an oversight triggering after the recent change to bump_vector_ptr. PR tree-optimization/106387 * tree-vect-stmts.cc (vectorizable_load): Use make_ssa_name if ptr is not an SSA name.