[Bug target/109747] [12/13/14 Regression] SLP cost of constructors is off

2023-05-23 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109747 --- Comment #4 from CVS Commits --- The master branch has been updated by Richard Biener : https://gcc.gnu.org/g:b6b8870ec585947a03a797f9037d02380316e235 commit r14-1139-gb6b8870ec585947a03a797f9037d02380316e235 Author: Richard Biener Date:

[Bug target/109747] [12/13/14 Regression] SLP cost of constructors is off

2023-05-09 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109747 --- Comment #3 from Richard Biener --- void foo(int *a, int b, int c) { a[0] = b; a[1] = c; a[2] = b; a[3] = c; a[4] = c; a[5] = b; a[6] = c; a[7] = b; } for a simpler testcase. We get node 0x583ae48 1 times vec_construct

[Bug target/109747] [12/13/14 Regression] SLP cost of constructors is off

2023-05-08 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109747 Richard Biener changed: What|Removed |Added Target Milestone|12.3|12.4 --- Comment #2 from Richard

[Bug target/109747] [12/13/14 Regression] SLP cost of constructors is off

2023-05-05 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109747 Richard Biener changed: What|Removed |Added Target Milestone|--- |12.3 Target|