Re: [PATCH, i386] Use scalar mask for 16-byte and 32-byte vectors when possible

2015-12-10 Thread Kirill Yukhin
Hi, On 10 Dec 14:25, Ilya Enkovich wrote: > Ping > > 2015-11-26 13:33 GMT+03:00 Ilya Enkovich : > > This patch allows usage of scalar masks for ymm and xmm registers when > > target supports it. Bootstrapped and regtested on > > x86_64-unknown-linux-gnu. OK for trunk? Impact is not high. Your

Re: [PATCH, i386] Use scalar mask for 16-byte and 32-byte vectors when possible

2015-12-10 Thread Ilya Enkovich
Ping 2015-11-26 13:33 GMT+03:00 Ilya Enkovich : > Hi, > > This patch allows usage of scalar masks for ymm and xmm registers when target > supports it. Bootstrapped and regtested on x86_64-unknown-linux-gnu. OK for > trunk? > > Thanks, > Ilya > -- > gcc/ > > 2015-11-26 Ilya Enkovich > >