Re: [PATCH i386 AVX512] [7/n] Extend mask logic.

2014-08-13 Thread Kirill Yukhin
Hello Uroš, On 12 Aug 20:06, Uros Bizjak wrote: > Please leave TARGET_AVX512F in the insn constraint, it shortcuts the > pattern recognition for non AVX512F targets. Sure, removed (will bootstrap, regtest before check in). > > (set_attr "prefix" "vex")]) > > @@ -7580,10 +7607,10 @@ > > }) >

Re: [PATCH i386 AVX512] [7/n] Extend mask logic.

2014-08-12 Thread Uros Bizjak
On Tue, Aug 12, 2014 at 1:29 PM, Kirill Yukhin wrote: > This patch extends support of masking instructions. > > Bootstrapped. > > Is it ok for trunk? > > gcc/ > * config/i386/i386.md > (define_attr "isa"): Add avx512bw,noavx512bw. > (define_attr "enabled"): Ditto. >