[PATCH] Fix several AVX512 intrinsic mask arguments.

2018-07-05 Thread Grazvydas Ignotas
gcc/ChangeLog: 2018-07-05 Grazvydas Ignotas * config/i386/avx512bwintrin.h: (_mm512_mask_cmp_epi8_mask, _mm512_mask_cmp_epu8_mask): Fix mask arguments. --- gcc/config/i386/avx512bwintrin.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/gcc/config/i386

Re: [PATCH] Fix several AVX512 intrinsic mask arguments.

2018-07-05 Thread Grazvydas Ignotas
On Thu, Jul 5, 2018 at 9:28 PM, Jakub Jelinek wrote: > On Thu, Jul 05, 2018 at 08:30:27PM +0300, Grazvydas Ignotas wrote: >> gcc/ChangeLog: >> >> 2018-07-05 Grazvydas Ignotas >> >> * config/i386/avx512bwintrin.h: (_mm512_mask_cmp_epi8_mask, >>

Re: [PATCH] Fix __mmask* types on many AVX512 intrinsics

2018-07-07 Thread Grazvydas Ignotas
On Sat, Jul 7, 2018 at 11:15 AM, Jakub Jelinek wrote: > Hi! > > On Fri, Jul 06, 2018 at 12:47:07PM +0200, Jakub Jelinek wrote: >> On Thu, Jul 05, 2018 at 11:57:26PM +0300, Grazvydas Ignotas wrote: >> > I think it would be more efficient if you took care of it. I won'

Re: [PATCH] Fix __mmask* types on many AVX512 intrinsics

2018-07-09 Thread Grazvydas Ignotas
On Mon, Jul 9, 2018 at 10:37 AM, Jakub Jelinek wrote: > On Sun, Jul 08, 2018 at 02:39:40AM +0300, Grazvydas Ignotas wrote: >> > I guess we want to backport it soon, but would appreciate somebody testing >> > it on real AVX512-{BW,VL} hw before doing the backports. >>

[PATCH][4.9/5 Backport] PR rtl-optimization/67037 Use copy_rtx when necessary

2015-10-28 Thread Grazvydas Ignotas
Hi, This is the 4.9 and GCC 5 backport of patch from PR67037 that's already in trunk. I've build it on 4.9 and confirmed that it works. Grazvydas Backport from mainline 2015-09-30 Bernd Edlinger PR rtl-optimization/67037 * lra-constraints.c (process_addr_reg): Use copy_rtx w

Re: [PATCH][4.9/5 Backport] PR rtl-optimization/67037 Use copy_rtx when necessary

2015-11-04 Thread Grazvydas Ignotas
Can anyone commit this, please? On Thu, Oct 29, 2015 at 12:48 AM, Grazvydas Ignotas wrote: > Hi, > > This is the 4.9 and GCC 5 backport of patch from PR67037 that's already in > trunk. > I've build it on 4.9 and confirmed that it works. > > Grazvydas > >