This is the mail archive of the
gcc-patches@gcc.gnu.org
mailing list for the GCC project.
Re: [PATCH, i386, AVX-512] Fix PR target/70728.
- From: Kirill Yukhin <kirill dot yukhin at gmail dot com>
- To: GCC Patches <gcc-patches at gcc dot gnu dot org>, Jakub Jelinek <jakub at redhat dot com>
- Cc: Uros Bizjak <ubizjak at gmail dot com>
- Date: Mon, 25 Apr 2016 17:06:34 +0300
- Subject: Re: [PATCH, i386, AVX-512] Fix PR target/70728.
- Authentication-results: sourceware.org; auth=none
- References: <20160421115028 dot GA34188 at msticlxl57 dot ims dot intel dot com> <20160421152935 dot GC34188 at msticlxl57 dot ims dot intel dot com>
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 "<shift_insn><mode>3<mask_name>"):
> > Extract AVX-512BW constraint from AVX.
> > gcc/testsuite/
> > * gcc.target/i386/pr70728.c: New test.
> >
> > Bootsrap and regtest is in progress for i?86|x86_64.
> >
> > I'll check it into main trunk if it'll pass.
> Checked into maint trunk.
>
> Is it OK to check into gcc-6?
Ping?
>
> --
> Thanks, K