[Bug tree-optimization/46006] vectorization outside of loops starting from loads

2023-06-21 Thread rguenth at gcc dot gnu.org via Gcc-bugs
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46006 Richard Biener changed: What|Removed |Added Last reconfirmed|2021-08-24 00:00:00 |2023-6-21 --- Comment #4 from Richard B

[Bug tree-optimization/46006] vectorization outside of loops

2016-11-07 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=46006 --- Comment #3 from Richard Biener --- So currently we indeed miss the "sinks": t.i:29:6: note: === vect_analyze_data_ref_accesses === t.i:29:6: note: Detected interleaving load MEM[(struct B *)&v] and MEM[(struct B *)&v + 8B] t.i:29:6: note: De

[Bug tree-optimization/46006] vectorization outside of loops

2012-03-13 Thread pinskia at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46006 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization Status|UN

[Bug tree-optimization/46006] vectorization outside of loops

2010-10-17 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=46006 Ira Rosen changed: What|Removed |Added CC||irar at il dot ibm.com --- Comment #1 from Ir