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
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