Re: [PATCH] Support andn_optab for x86

2024-10-15 Thread Uros Bizjak
On Tue, Oct 15, 2024 at 8:09 AM Cui, Lili wrote: > > Hi all, > > This patch is to add andn_optab for x86. > > Bootstrapped and regtested on x86-64-linux-pc, OK for trunk? > > > Regards, > Lili. > > Add new andn pattern to match the new optab added by > r15-1890-gf379596e0ba99d. Only enable 64bit,

[PATCH] Support andn_optab for x86

2024-10-14 Thread Cui, Lili
Hi all, This patch is to add andn_optab for x86. Bootstrapped and regtested on x86-64-linux-pc, OK for trunk? Regards, Lili. Add new andn pattern to match the new optab added by r15-1890-gf379596e0ba99d. Only enable 64bit, 128bit and 256bit vector ANDN, X86-64 has mask mov instruction when avx