[Bug tree-optimization/101462] [12 regression] ICE on aarch64 after r12-2292

2021-07-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101462

Richard Biener  changed:

   What|Removed |Added

 Resolution|--- |FIXED
 Status|ASSIGNED|RESOLVED

--- Comment #2 from Richard Biener  ---
Fixed with

commit d6aa28bb93c6fc9042ee87ff7addac60647dbddb (HEAD -> trunk, origin/trunk,
origin/master, origin/HEAD)
Author: Richard Biener 
Date:   Fri Jul 16 08:50:40 2021 +0200

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  

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

[Bug tree-optimization/101462] [12 regression] ICE on aarch64 after r12-2292

2021-07-16 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=101462

Richard Biener  changed:

   What|Removed |Added

   Last reconfirmed||2021-07-16
   Target Milestone|--- |12.0
   Assignee|unassigned at gcc dot gnu.org  |rguenth at gcc dot 
gnu.org
 Status|UNCONFIRMED |ASSIGNED
 Ever confirmed|0   |1
Version|9.0 |12.0

--- Comment #1 from Richard Biener  ---
I will have a look.