This is the mail archive of the gcc-patches@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Patch ping


On 02/23/2010 04:35 PM, Jakub Jelinek wrote:
Hi!

- Fix AVX vector permutation handling (PR target/43107)
http://gcc.gnu.org/ml/gcc-patches/2010-02/msg00736.html

2010-02-18 Jakub Jelinek<jakub@redhat.com>

PR target/43107
* config/i386/i386.c (avx_vpermilp_parallel): Reject indexes
greater or equal to nelt instead of 2 * nelt.
(expand_vec_perm_1): When op0 and op1 are equal, mask indexes
with nelt - 1.

Please CSE (nelt -1) into a temporary.


OK with that change.

Thanks,
Uros.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]