[Bug tree-optimization/114192] scalar code left around following early break vectorization of reduction

2024-03-04 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114192 --- Comment #5 from GCC Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:324d2907c86f05e40dc52d226940308f53a956c2 commit r14-9292-g324d2907c86f05e40dc52d226940308f53a956c2 Author: Richard Biener Date:

[Bug tree-optimization/114192] scalar code left around following early break vectorization of reduction

2024-03-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114192 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/114192] scalar code left around following early break vectorization of reduction

2024-03-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114192 --- Comment #4 from Richard Biener --- vect-early-break_104-pr113373.c might be such case which ICEs then.

[Bug tree-optimization/114192] scalar code left around following early break vectorization of reduction

2024-03-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114192 --- Comment #3 from Richard Biener --- Created attachment 57600 --> https://gcc.gnu.org/bugzilla/attachment.cgi?id=57600=edit patch Ah, so the issue is that we only replace the LHS, in this case we pass the reduction stmt for the early exit

[Bug tree-optimization/114192] scalar code left around following early break vectorization of reduction

2024-03-04 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114192 Richard Biener changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |rguenth at gcc dot gnu.org

[Bug tree-optimization/114192] scalar code left around following early break vectorization of reduction

2024-03-01 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114192 Tamar Christina changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED