Re: [PATCH v2 2/2] x86: improve GFNI insns

2019-06-28 Thread Uros Bizjak
On Fri, Jun 28, 2019 at 10:56 AM Jan Beulich wrote: > > There's no need for three alternatives: "v" without TARGET_AVX512F is > the same as "x". > > gcc/ > 2019-06-28 Jan Beulich > > * config/i386/sse.md (vgf2p8affineinvqb_, > vgf2p8affineqb_): Eliminate redundant > alte

[PATCH v2 2/2] x86: improve GFNI insns

2019-06-28 Thread Jan Beulich
There's no need for three alternatives: "v" without TARGET_AVX512F is the same as "x". gcc/ 2019-06-28 Jan Beulich * config/i386/sse.md (vgf2p8affineinvqb_, vgf2p8affineqb_): Eliminate redundant alternative. --- v2: New, split off from previous bigger patch. --- In fact