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

2016-04-25 Thread Jakub Jelinek
On Mon, Apr 25, 2016 at 05:06:34PM +0300, Kirill Yukhin wrote: > On 21 Apr 18:29, Kirill Yukhin wrote: > > Hello, > > On 21 Apr 14:50, Kirill Yukhin wrote: > > > Hello, > > > Patch in the bottom fixes mentioned PR by separating > > > AVX and AVX-512BW constraints. > > > > > > gcc/ > > > * gcc/co

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

2016-04-25 Thread Kirill Yukhin
On 21 Apr 18:29, Kirill Yukhin wrote: > Hello, > On 21 Apr 14:50, Kirill Yukhin wrote: > > Hello, > > Patch in the bottom fixes mentioned PR by separating > > AVX and AVX-512BW constraints. > > > > gcc/ > > * gcc/config/i386/sse.md (define_insn "3"): > > Extract AVX-512BW constraint from A

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

2016-04-21 Thread Kirill Yukhin
Hello, On 21 Apr 14:50, Kirill Yukhin wrote: > Hello, > Patch in the bottom fixes mentioned PR by separating > AVX and AVX-512BW constraints. > > gcc/ > * gcc/config/i386/sse.md (define_insn "3"): > Extract AVX-512BW constraint from AVX. > gcc/testsuite/ > * gcc.target/i386/pr707

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

2016-04-21 Thread Kirill Yukhin
Hello, Patch in the bottom fixes mentioned PR by separating AVX and AVX-512BW constraints. gcc/ * gcc/config/i386/sse.md (define_insn "3"): Extract AVX-512BW constraint from AVX. gcc/testsuite/ * gcc.target/i386/pr70728.c: New test. Bootsrap and regtest is in progress for