Re: [PATCH, PR69956] Fix multi-step conversion of boolean vectors

2016-03-01 Thread Richard Biener
On Fri, Feb 26, 2016 at 10:22 AM, Ilya Enkovich wrote: > Hi, > > Currently multi-step vector conversion tries to compute > intermediate type from its mode but it doesn't work for > boolean vectors. This patch introduces a computation > of intermediate vector masks. Bootstrapped and tested > on x

[PATCH, PR69956] Fix multi-step conversion of boolean vectors

2016-02-26 Thread Ilya Enkovich
Hi, Currently multi-step vector conversion tries to compute intermediate type from its mode but it doesn't work for boolean vectors. This patch introduces a computation of intermediate vector masks. Bootstrapped and tested on x86_64-pc-linux-gnu. OK for trunk? Thanks, Ilya -- gcc/ 2016-02-26