[Bug tree-optimization/56935] Basic block is not SLP-vectorizeed after r197635.

2013-04-22 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56935 Richard Biener changed: What|Removed |Added Status|WAITING |RESOLVED Resolution|

[Bug tree-optimization/56935] Basic block is not SLP-vectorizeed after r197635.

2013-04-22 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56935 --- Comment #6 from Yuri Rumyantsev 2013-04-22 14:46:16 UTC --- Richard, Sorry for troubles since we found out the real cause of performance degradation - code layout was changed after your fix and it caused ~5% slowdown on 253.perlbmk

[Bug tree-optimization/56935] Basic block is not SLP-vectorizeed after r197635.

2013-04-16 Thread rguenther at suse dot de
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56935 --- Comment #5 from rguenther at suse dot de 2013-04-16 07:48:47 UTC --- On Mon, 15 Apr 2013, ysrumyan at gmail dot com wrote: > > http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56935 > > --- Comment #4 from Yuri Rumyantsev 2013-04-15

[Bug tree-optimization/56935] Basic block is not SLP-vectorizeed after r197635.

2013-04-15 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56935 --- Comment #4 from Yuri Rumyantsev 2013-04-15 14:54:50 UTC --- Richard, both subq's are accessed the same cash line and it means that after 1st store tthe 2nd load will stall till finish updating data cash (this is not exact explanatio

[Bug tree-optimization/56935] Basic block is not SLP-vectorizeed after r197635.

2013-04-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56935 Richard Biener changed: What|Removed |Added Status|ASSIGNED|WAITING --- Comment #3 from Ri

[Bug tree-optimization/56935] Basic block is not SLP-vectorizeed after r197635.

2013-04-15 Thread rguenth at gcc dot gnu.org
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56935 Richard Biener changed: What|Removed |Added Status|UNCONFIRMED |ASSIGNED Last reconfirmed|

[Bug tree-optimization/56935] Basic block is not SLP-vectorizeed after r197635.

2013-04-12 Thread ysrumyan at gmail dot com
http://gcc.gnu.org/bugzilla/show_bug.cgi?id=56935 --- Comment #1 from Yuri Rumyantsev 2013-04-12 14:01:50 UTC --- Created attachment 29862 --> http://gcc.gnu.org/bugzilla/attachment.cgi?id=29862 testcase Need to be compiled with the following options: -O3 -mavx -march=corei7