[Bug tree-optimization/66036] strided group loads are not vectorized

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

[Bug tree-optimization/66036] strided group loads are not vectorized

2015-05-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66036 --- Comment #4 from Richard Biener --- Author: rguenth Date: Fri May 8 15:13:55 2015 New Revision: 222914 URL: https://gcc.gnu.org/viewcvs?rev=222914&root=gcc&view=rev Log: 2015-05-08 Richard Biener PR tree-optimization/66036

[Bug tree-optimization/66036] strided group loads are not vectorized

2015-05-08 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66036 Richard Biener changed: What|Removed |Added Status|ASSIGNED|RESOLVED Resolution|---

[Bug tree-optimization/66036] strided group loads are not vectorized

2015-05-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66036 --- Comment #2 from Richard Biener --- Reduction case with unrolling struct Xf { float x; float y; }; float testf (struct Xf *x, int stride, int n) { int i; float sum = 0.; for (i = 0; i < n; ++i) { sum += x[i*stride].x;

[Bug tree-optimization/66036] strided group loads are not vectorized

2015-05-06 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=66036 Richard Biener changed: What|Removed |Added Keywords||missed-optimization Status|