Re: [PATCH] Additional check for mask type in masked load/store vectorization

2016-03-10 Thread Richard Biener
On Thu, Mar 10, 2016 at 11:12 AM, Ilya Enkovich wrote: > Hi, > > Curently when vectorizing masked load/store we don't check > mask and value have the same number of elements. Usually > conversion patterns apply and we don't have such case but > conversion patterns may fail to properly determine m

[PATCH] Additional check for mask type in masked load/store vectorization

2016-03-10 Thread Ilya Enkovich
Hi, Curently when vectorizing masked load/store we don't check mask and value have the same number of elements. Usually conversion patterns apply and we don't have such case but conversion patterns may fail to properly determine mask type and we shouldn't rely on it so hard. Unfortunately I cou