[Bug tree-optimization/50789] Gather vectorization

2013-07-03 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 --- Comment #13 from vincenzo Innocente --- I just submitted a specific bug-report as PR57796

[Bug tree-optimization/50789] Gather vectorization

2013-04-17 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 --- Comment #12 from rguenther at suse dot de 2013-04-17 08:53:21 UTC --- On Wed, 17 Apr 2013, andrey.turetskiy at gmail dot com wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 > > Andrey Turetskiy changed: > >

[Bug tree-optimization/50789] Gather vectorization

2013-04-17 Thread andrey.turetskiy at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 Andrey Turetskiy changed: What|Removed |Added CC||andrey.turetskiy at gmail

[Bug tree-optimization/50789] Gather vectorization

2013-04-02 Thread vincenzo.innocente at cern dot ch
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 vincenzo Innocente changed: What|Removed |Added CC||vincenzo.innocente at cern

[Bug tree-optimization/50789] Gather vectorization

2011-11-08 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 --- Comment #9 from Jakub Jelinek 2011-11-08 13:24:03 UTC --- Unconditional gather is now vectorized, conditional load/store including gather has to wait for GCC 4.8.

[Bug tree-optimization/50789] Gather vectorization

2011-11-07 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 --- Comment #8 from Jakub Jelinek 2011-11-07 15:59:10 UTC --- Author: jakub Date: Mon Nov 7 15:59:07 2011 New Revision: 181089 URL: http://gcc.gnu.org/viewcvs?root=gcc&view=rev&rev=181089 Log: PR tree-optimization/50789 * tree-vect-stmt

[Bug tree-optimization/50789] Gather vectorization

2011-10-26 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 Jakub Jelinek changed: What|Removed |Added Attachment #25614|0 |1 is obsolete|

[Bug tree-optimization/50789] Gather vectorization

2011-10-25 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 Jakub Jelinek changed: What|Removed |Added Status|NEW |ASSIGNED AssignedTo|unassigned at

[Bug tree-optimization/50789] Gather vectorization

2011-10-24 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 --- Comment #5 from Jakub Jelinek 2011-10-24 08:39:16 UTC --- Not exactly, -fif-convert-loop-stores is apparently a language changing option, only a subset of valid C/C++ programs is valid with it. With V*GATHER* insns, and, as I found out durin

[Bug tree-optimization/50789] Gather vectorization

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

[Bug tree-optimization/50789] Gather vectorization

2011-10-19 Thread jakub at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 --- Comment #3 from Jakub Jelinek 2011-10-19 09:02:26 UTC --- (In reply to comment #2) > We have something similar for SLP: if an access is not affine we just fill in > what we can. But I don't really understand what can be filled in for f3/f4.

[Bug tree-optimization/50789] Gather vectorization

2011-10-19 Thread irar at il dot ibm.com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 --- Comment #2 from Ira Rosen 2011-10-19 08:47:03 UTC --- (In reply to comment #0) > To vectorize the above I'm afraid we'd need to modify tree-data-ref.c as well > as tree-vect-data-ref.c, because the memory accesses aren't affine and already >

[Bug tree-optimization/50789] Gather vectorization

2011-10-19 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=50789 Richard Guenther changed: What|Removed |Added Status|UNCONFIRMED |NEW Last reconfirmed|