[Bug tree-optimization/88492] SLP optimization generates ugly code

2024-02-26 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88492 --- Comment #9 from Andrew Pinski --- I noticed once I add V4QI and V2HI support to the aarch64 backend, this code gets even worse.

[Bug tree-optimization/88492] SLP optimization generates ugly code

2022-01-04 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88492 Andrew Pinski changed: What|Removed |Added See Also||https://gcc.gnu.org/bugzill

[Bug tree-optimization/88492] SLP optimization generates ugly code

2021-04-14 Thread tnfchris at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88492 --- Comment #7 from Tamar Christina --- (In reply to ptomsich from comment #6) > With the current master, the test case generates (with -mcpu=neoverse-n1): > which contrasts with LLVM13 (with -mcpu=neoverse-n1): > > test_slp:

[Bug tree-optimization/88492] SLP optimization generates ugly code

2021-04-14 Thread ptomsich at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88492 ptomsich at gcc dot gnu.org changed: What|Removed |Added CC||ptomsich at gcc dot gnu.org

[Bug tree-optimization/88492] SLP optimization generates ugly code

2019-07-12 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88492 --- Comment #5 from Richard Biener --- Yeah. Again, on x86 with -mavx2 we now have right after late FRE: [local count: 214748371]: vect__1.6_64 = MEM [(unsigned char *)b_24(D)]; vect__1.7_63 = VEC_PERM_EXPR ; vect__2.9_62 = [vec_unpac

[Bug tree-optimization/88492] SLP optimization generates ugly code

2019-07-12 Thread hliu at amperecomputing dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88492 Hao Liu changed: What|Removed |Added CC||hliu at amperecomputing dot com --- Comment #4

[Bug tree-optimization/88492] SLP optimization generates ugly code

2019-04-09 Thread tnfchris at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88492 Tamar Christina changed: What|Removed |Added Status|NEW |ASSIGNED CC|

[Bug tree-optimization/88492] SLP optimization generates ugly code

2018-12-14 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88492 Richard Biener changed: What|Removed |Added Keywords||missed-optimization CC|

[Bug tree-optimization/88492] SLP optimization generates ugly code

2018-12-14 Thread ktkachov at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=88492 ktkachov at gcc dot gnu.org changed: What|Removed |Added Target||aarch64 Status|