Re: [rtl, i386] combine concat+permutation

2012-08-18 Thread Marc Glisse
On Fri, 17 Aug 2012, Jakub Jelinek wrote: On Fri, Aug 03, 2012 at 10:47:25PM +0200, Marc Glisse wrote: Hello, this is a follow up to the patch applied after this discussion: http://gcc.gnu.org/ml/gcc-patches/2012-05/msg00504.html It handles the -mavx __builtin_shuffle case mentioned there. I

Re: [rtl, i386] combine concat+permutation

2012-08-17 Thread Jakub Jelinek
On Fri, Aug 03, 2012 at 10:47:25PM +0200, Marc Glisse wrote: > Hello, > > this is a follow up to the patch applied after this discussion: > http://gcc.gnu.org/ml/gcc-patches/2012-05/msg00504.html > > It handles the -mavx __builtin_shuffle case mentioned there. > > It passes bootstrap (languages=

Re: [rtl, i386] combine concat+permutation

2012-08-17 Thread Marc Glisse
Ping http://gcc.gnu.org/ml/gcc-patches/2012-08/msg00205.html (Cc: the nice reviewer of the previous patch) On Fri, 3 Aug 2012, Marc Glisse wrote: Hello, this is a follow up to the patch applied after this discussion: http://gcc.gnu.org/ml/gcc-patches/2012-05/msg00504.html It handles the -ma

[rtl, i386] combine concat+permutation

2012-08-03 Thread Marc Glisse
Hello, this is a follow up to the patch applied after this discussion: http://gcc.gnu.org/ml/gcc-patches/2012-05/msg00504.html It handles the -mavx __builtin_shuffle case mentioned there. It passes bootstrap (languages=c,c++) and regtest on x86_64. 2012-08-04 Marc Glisse gcc/ * si