[Bug target/62128] Use vpalignr for AVX2 rotation

2014-11-28 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62128 Jakub Jelinek changed: What|Removed |Added Status|UNCONFIRMED |RESOLVED CC|

[Bug target/62128] Use vpalignr for AVX2 rotation

2014-10-03 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62128 --- Comment #4 from Jakub Jelinek --- Author: jakub Date: Fri Oct 3 07:27:50 2014 New Revision: 215834 URL: https://gcc.gnu.org/viewcvs?rev=215834&root=gcc&view=rev Log: PR target/62128 * config/i386/i386.c (expand_vec_perm_palignr): If

[Bug target/62128] Use vpalignr for AVX2 rotation

2014-10-02 Thread jakub at gcc dot gnu.org
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62128 --- Comment #3 from Jakub Jelinek --- Author: jakub Date: Thu Oct 2 07:29:49 2014 New Revision: 215796 URL: https://gcc.gnu.org/viewcvs?rev=215796&root=gcc&view=rev Log: PR target/62128 * config/i386/i386.c (expand_vec_perm_1): Try expa

[Bug target/62128] Use vpalignr for AVX2 rotation

2014-08-26 Thread evstupac at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62128 --- Comment #2 from Stupachenko Evgeny --- The patch fixing this submitted for review. Code generated when patch applied: vperm2i128 $33, %ymm0, %ymm0, %ymm1 vpalignr$1, %ymm0, %ymm1, %ymm1 vmovdqa %ymm1, %ym

[Bug target/62128] Use vpalignr for AVX2 rotation

2014-08-14 Thread evstupac at gmail dot com
https://gcc.gnu.org/bugzilla/show_bug.cgi?id=62128 Stupachenko Evgeny changed: What|Removed |Added CC||evstupac at gmail dot com --- Comme