Re: [PATCH] Two more spots for

2014-12-08 Thread Uros Bizjak
On Mon, Dec 8, 2014 at 10:43 PM, Jakub Jelinek wrote: > Hi! > > I've noticed two new spots which use GET_MODE_SIZE (mode) > instead of the more efficient . > > Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? > > 2014-12-08 Jakub Jelinek > > * config/i386/sse.md (*mo

[PATCH] Two more spots for

2014-12-08 Thread Jakub Jelinek
Hi! I've noticed two new spots which use GET_MODE_SIZE (mode) instead of the more efficient . Bootstrapped/regtested on x86_64-linux and i686-linux, ok for trunk? 2014-12-08 Jakub Jelinek * config/i386/sse.md (*mov_internal, *avx512f_gatherdi_2): Use instead of GET_MODE_SIZE