Re: [PATCH] fix bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG

2020-06-04 Thread Uros Bizjak via Gcc-patches
On Thu, Jun 4, 2020 at 1:15 PM H.J. Lu wrote: > > On Thu, Jun 4, 2020 at 2:55 AM Uros Bizjak wrote: > > > > On Thu, Jun 4, 2020 at 11:50 AM Cui, Lili wrote: > > > > > > Hi Uros, > > > > > > This patch is to fix bitmask conflict between PTA_AVX512VP2INTERSECT and > > > PTA_WAITPKG > > > in gcc

Re: [PATCH] fix bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG

2020-06-04 Thread H.J. Lu via Gcc-patches
On Thu, Jun 4, 2020 at 2:55 AM Uros Bizjak wrote: > > On Thu, Jun 4, 2020 at 11:50 AM Cui, Lili wrote: > > > > Hi Uros, > > > > This patch is to fix bitmask conflict between PTA_AVX512VP2INTERSECT and > > PTA_WAITPKG > > in gcc/config/i386/i386.h > > > > Bootstrap is ok, make-check ok for i386

Re: [PATCH] fix bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG

2020-06-04 Thread Uros Bizjak via Gcc-patches
On Thu, Jun 4, 2020 at 11:50 AM Cui, Lili wrote: > > Hi Uros, > > This patch is to fix bitmask conflict between PTA_AVX512VP2INTERSECT and > PTA_WAITPKG > in gcc/config/i386/i386.h > > Bootstrap is ok, make-check ok for i386 target. Ok for trunk? > > > gcc/ChangeLog: > * config/i386

[PATCH] fix bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG

2020-06-04 Thread Cui, Lili via Gcc-patches
Hi Uros, This patch is to fix bitmask conflict between PTA_AVX512VP2INTERSECT and PTA_WAITPKG in gcc/config/i386/i386.h Bootstrap is ok, make-check ok for i386 target. Ok for trunk? gcc/ChangeLog: * config/i386/i386.h (PTA_WAITPKG): Change bitmask value. --- gcc/config/i386/i386