]> git.ipfire.org Git - thirdparty/gcc.git/commit
tree-optimization/106228 - fix vect_setup_realignment virtual SSA handling
authorRichard Biener <rguenther@suse.de>
Mon, 11 Jul 2022 07:23:50 +0000 (09:23 +0200)
committerRichard Biener <rguenther@suse.de>
Mon, 11 Jul 2022 07:29:49 +0000 (09:29 +0200)
commit79f18ac6b7ab7744fcf8937ea4bc0c40f3efc629
tree9bc44bdf14b9f062e7e7d476b13d80091d970633
parent0a7e721a6499a42f04361caf24772547afdeed57
tree-optimization/106228 - fix vect_setup_realignment virtual SSA handling

The following adds missing assignment of a virtual use operand to a
created load to vect_setup_realignment which shows as bootstrap
failure on powerpc64-linux and extra testsuite fails for targets
when misaligned loads are not supported or not optimal.

PR tree-optimization/106228
* tree-vect-data-refs.cc (vect_setup_realignment): Properly
set a VUSE operand on the emitted load.
gcc/tree-vect-data-refs.cc