[PATCH] i386: Fix isa attribute for TI/TF andnot mode

2023-11-06 Thread Haochen Jiang
Hi all, This patch aims fo fix the wrong isa attribute which caused regression on PR111907. Regtested on x86_64-pc-linux-gnu. Ok for trunk? Thx, Haochen gcc/ChangeLog: PR target/111907 * config/i386/i386.md (avx_noavx512vl): Add missing definition. * config/i386/sse.md

Re: [PATCH] i386: Fix isa attribute for TI/TF andnot mode

2023-11-06 Thread Hongtao Liu
On Tue, Nov 7, 2023 at 10:27 AM Haochen Jiang wrote: > > Hi all, > > This patch aims fo fix the wrong isa attribute which caused regression > on PR111907. > > Regtested on x86_64-pc-linux-gnu. Ok for trunk? > > Thx, > Haochen > > gcc/ChangeLog: > > PR target/111907 > * config/i386/