[Bug tree-optimization/98772] Widening patterns causing missed vectorization

2024-07-19 Thread pinskia at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98772 Andrew Pinski changed: What|Removed |Added Target Milestone|--- |11.0

[Bug tree-optimization/98772] Widening patterns causing missed vectorization

2021-02-11 Thread joelh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98772 Joel Hutton changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug tree-optimization/98772] Widening patterns causing missed vectorization

2021-02-11 Thread cvs-commit at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98772 --- Comment #5 from CVS Commits --- The master branch has been updated by Joel Hutton : https://gcc.gnu.org/g:4af29981ab57ad7ef4467e371e4145cce9c16eaa commit r11-7189-g4af29981ab57ad7ef4467e371e4145cce9c16eaa Author: Joel Hutton Date: Thu Fe

[Bug tree-optimization/98772] Widening patterns causing missed vectorization

2021-01-21 Thread rsandifo at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98772 rsandifo at gcc dot gnu.org changed: What|Removed |Added Last reconfirmed||2021-01-21

[Bug tree-optimization/98772] Widening patterns causing missed vectorization

2021-01-21 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98772 --- Comment #3 from Richard Biener --- But the issue seems to be t.c:3:22: note: ==> examining statement: _34 = *pix1_19; t.c:3:22: missed: permutation requires at least three vectors _34 = *pix1_19; t.c:3:22: missed: unsupported load perm

[Bug tree-optimization/98772] Widening patterns causing missed vectorization

2021-01-21 Thread joelh at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98772 --- Comment #2 from Joel Hutton --- Yes, it is aarch64, I have updated the field.

[Bug tree-optimization/98772] Widening patterns causing missed vectorization

2021-01-20 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=98772 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Blocks|