Re: [PATCH] [x86] Enable V4BFmode and V2BFmode.

2022-10-27 Thread Hongtao Liu via Gcc-patches
I'm going to check in this patch. On Wed, Oct 26, 2022 at 10:30 AM liuhongt wrote: > > Enable V4BFmode and V2BFmode with the same ABI as V4HFmode and > V2HFmode. No real operation is supported for them except for movement. > This should solve PR target/107261. > > Also I notice there's redundancy

[PATCH] [x86] Enable V4BFmode and V2BFmode.

2022-10-25 Thread liuhongt via Gcc-patches
Enable V4BFmode and V2BFmode with the same ABI as V4HFmode and V2HFmode. No real operation is supported for them except for movement. This should solve PR target/107261. Also I notice there's redundancy in VALID_AVX512FP16_REG_MODE, and remove V2BFmode remove it. Bootstrapped and regtested on x86