[Bug lto/65950] Loop is not vectorized with lto.

2016-04-11 Thread gcp at sjeng dot org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950 Gian-Carlo Pascutto changed: What|Removed |Added CC||gcp at sjeng dot org --- Comment

[Bug lto/65950] Loop is not vectorized with lto.

2015-12-23 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950 Andrew Pinski changed: What|Removed |Added Keywords||missed-optimization

[Bug lto/65950] Loop is not vectorized with lto.

2015-05-05 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950 --- Comment #4 from Yuri Rumyantsev ysrumyan at gmail dot com --- The function containing given loop is marked as: foo/24 (foo) @0x7f39f4b84620 Type: function definition analyzed Visibility: prevailing_def_ironly References: Referring:

[Bug lto/65950] Loop is not vectorized with lto.

2015-05-02 Thread rguenth at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950 --- Comment #3 from Richard Biener rguenth at gcc dot gnu.org --- Do we eventually think the loop is cold?

[Bug lto/65950] Loop is not vectorized with lto.

2015-04-30 Thread ysrumyan at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950 --- Comment #1 from Yuri Rumyantsev ysrumyan at gmail dot com --- Created attachment 35432 -- https://gcc.gnu.org/bugzilla/attachment.cgi?id=35432action=edit test-case to reproduce Must be compiled with -Ofast and -fopenmp options.

[Bug lto/65950] Loop is not vectorized with lto.

2015-04-30 Thread pinskia at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=65950 --- Comment #2 from Andrew Pinski pinskia at gcc dot gnu.org --- This vectorized for me with GCC 5.1.0 on aarch64-linux-gnu.