tree-optimization/101462 - fix signedness of reused reduction vector
authorRichard Biener <rguenther@suse.de>
Fri, 16 Jul 2021 06:50:40 +0000 (08:50 +0200)
committerRichard Biener <rguenther@suse.de>
Fri, 16 Jul 2021 07:41:23 +0000 (09:41 +0200)
commitd6aa28bb93c6fc9042ee87ff7addac60647dbddb
tree3722fef9c07f103e04599d6c5543b2a72a29a2d8
parenta314d50336db752f2ae2c50262956ce4490567ac
tree-optimization/101462 - fix signedness of reused reduction vector

This fixes the partial reduction of the reused reduction vector to
carried out in the correct sign and the correctly signed vector
recorded for the skip edge use.

2021-07-16  Richard Biener  <rguenther@suse.de>

* tree-vect-loop.c (vect_transform_cycle_phi): Correct sign
conversion issues with the partial reduction of the reused
vector accumulator.
gcc/tree-vect-loop.c