Re: [PATCH, i386] Fix alignment check for AVX-512 masked store

2015-12-04 Thread Kirill Yukhin
Hi Ilya, On 02 Dec 16:51, Ilya Enkovich wrote: > Hi, > > This patch fixes wrong alignment check in _store_mask > pattern. Currently we check a register operand instead of a memory > one. This fixes segfault on 481.wrf compiled at -O3 for KNL target. > I bootstrapped and tested this patch on x86_

[PATCH, i386] Fix alignment check for AVX-512 masked store

2015-12-02 Thread Ilya Enkovich
Hi, This patch fixes wrong alignment check in _store_mask pattern. Currently we check a register operand instead of a memory one. This fixes segfault on 481.wrf compiled at -O3 for KNL target. I bootstrapped and tested this patch on x86_64-unknown-linux-gnu. I got a bunch of new failures: FAIL