]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/106387 - properly create SSA name for realigned load
authorRichard Biener <rguenther@suse.de>
Fri, 22 Jul 2022 07:00:37 +0000 (09:00 +0200)
committerRichard Biener <rguenther@suse.de>
Fri, 22 Jul 2022 07:33:43 +0000 (09:33 +0200)
commit3c4af0f0549a07799d76e9e48d3d3bd85197b92a
treef44dc4537dfd9674efc4efa64149be732bd6b778
parentaaf9583d4cf048850b1eb74d25866f45198e35b8
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.
gcc/tree-vect-stmts.cc