Re: [PATCH, i386, AVX-512] Fix PR target/70406.

2016-03-25 Thread Uros Bizjak
On Fri, Mar 25, 2016 at 5:11 PM, Kirill Yukhin wrote: > Hello, > Patch in the bottom fixes ICE caused by incosistence of modes > in andn splitter. > > Bootstrapped & regtested (32/64b x86 targets). > Richard, is it ok for main trunk? > > gcc/ > PR target/70406 > * config/i386/i38

[PATCH, i386, AVX-512] Fix PR target/70406.

2016-03-25 Thread Kirill Yukhin
Hello, Patch in the bottom fixes ICE caused by incosistence of modes in andn splitter. Bootstrapped & regtested (32/64b x86 targets). Richard, is it ok for main trunk? gcc/ PR target/70406 * config/i386/i386.md (define_split, andn): Fix modes. gcc/testsuite/ PR target/