[PATCH, i386]: Merge *vec_concatv2si_sse2 with vec_concatv2si_sse and vec_concatv2di with *vec_concatv2di_rex64.

2013-05-03 Thread Uros Bizjak
Hello! 2013-05-03 Uros Bizjak * config/i386/i386.md (isa): Add x64_sse4_noavx and x64_avx members. (enabled): Handle new members. * config/i386/sse.md (*vec_concatv2si): Merge from *vec_concatv2si_sse2 and vec_concatv2si_sse. (vec_concatv2di): Merge with *vec_concatv2di_rex

Re: [PATCH, i386]: Merge *vec_concatv2si_sse2 with vec_concatv2si_sse and vec_concatv2di with *vec_concatv2di_rex64.

2013-05-03 Thread Dominique Dhumieres
Uros, I think the '\\' should be removed from /* { dg-final { scan-assembler-times "\\vec_concatv2di/3" 1 } } */ TIA Dominique

Re: [PATCH, i386]: Merge *vec_concatv2si_sse2 with vec_concatv2si_sse and vec_concatv2di with *vec_concatv2di_rex64.

2013-05-03 Thread Uros Bizjak
On Fri, May 3, 2013 at 7:44 PM, Dominique Dhumieres wrote: > I think the '\\' should be removed from > > /* { dg-final { scan-assembler-times "\\vec_concatv2di/3" 1 } } */ Oh, indeed. They were used to escape "*" and are useless now. For some reason, the regtest didn't failed for me... Can you

Re: [PATCH, i386]: Merge *vec_concatv2si_sse2 with vec_concatv2si_sse and vec_concatv2di with *vec_concatv2di_rex64.

2013-05-03 Thread Dominique Dhumieres
> Can you please commit the fixup patch, I am away from my keyboard today. Sorry, I don't have write access. Dominique

Re: [PATCH, i386]: Merge *vec_concatv2si_sse2 with vec_concatv2si_sse and vec_concatv2di with *vec_concatv2di_rex64.

2013-05-03 Thread H.J. Lu
On Fri, May 3, 2013 at 12:21 PM, Dominique Dhumieres wrote: >> Can you please commit the fixup patch, I am away from my keyboard today. > > Sorry, I don't have write access. > > Dominique I checked it in for you. Thanks. -- H.J.