[Bug tree-optimization/119196] Missed folding of vector comparisons

2025-04-04 Thread victorldn at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=119196 --- Comment #3 from Victor Do Nascimento --- The s/INTEGRAL_TYPE_P/ANY_INTEGRAL_TYPE_P/ change gets us part of the way there. We also need to make sure that in our call to `generic_simplify' we're passing in the original vector comparisons (e.

[Bug testsuite/118597] [15 Regression] gcc.dg/vect/vect-fncall-mask.c fails since r15-6945-gea1deefe54ea1c

2025-04-04 Thread victorldn at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118597 Victor Do Nascimento changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED Resolution|---

[Bug testsuite/118597] [15 Regression] gcc.dg/vect/vect-fncall-mask.c fails since r15-6945-gea1deefe54ea1c

2025-04-02 Thread victorldn at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118597 --- Comment #9 from Victor Do Nascimento --- The following patch would fix the regressions on the GCC14 branch: https://gcc.gnu.org/pipermail/gcc-patches/2025-April/679982.html

[Bug testsuite/118597] [15 Regression] gcc.dg/vect/vect-fncall-mask.c fails since r15-6945-gea1deefe54ea1c

2025-04-01 Thread victorldn at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=118597 Victor Do Nascimento changed: What|Removed |Added Status|NEW |UNCONFIRMED Ever confirmed|1

[Bug middle-end/116926] [15 Regression] Recent changes in dot-product causing ICE on c6x port

2024-10-10 Thread victorldn at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116926 Victor Do Nascimento changed: What|Removed |Added Status|NEW |WAITING --- Comment #3 from Vict

[Bug middle-end/116926] [15 Regression] Recent changes in dot-product causing ICE on c6x port

2024-10-10 Thread victorldn at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=116926 Victor Do Nascimento changed: What|Removed |Added Ever confirmed|0 |1 Status|UNCONFIRMED

[Bug tree-optimization/114061] GCC fails vectorization when using __builtin_prefetch

2024-04-08 Thread victorldn at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=114061 Victor Do Nascimento changed: What|Removed |Added Assignee|unassigned at gcc dot gnu.org |victorldn at gcc dot gnu.