Committed, thanks Kito and Juzhe.
Pan
From: juzhe.zh...@rivai.ai
Sent: Wednesday, June 7, 2023 10:26 AM
To: kito.cheng ; Li, Pan2
Cc: gcc-patches ; Kito.cheng ;
Wang, Yanzhang ; Robin Dapp
Subject: Re: Re: [PATCH] RISC-V: Fix ICE when include riscv_vector.h with
rv64gcv
LGTM
LGTM.
juzhe.zh...@rivai.ai
From: Kito Cheng
Date: 2023-06-07 10:22
To: pan2.li
CC: gcc-patches; juzhe.zhong; kito.cheng; yanzhang.wang; rdapp.gcc
Subject: Re: [PATCH] RISC-V: Fix ICE when include riscv_vector.h with rv64gcv
lgtm, thanks for fixing this :)
On Wed, Jun 7, 2023 at 10:19 AM Pan
lgtm, thanks for fixing this :)
On Wed, Jun 7, 2023 at 10:19 AM Pan Li via Gcc-patches
wrote:
>
> From: Pan Li
>
> This patch would like to fix the incorrect requirement of the vector
> builtin types for the ZVFH/ZVFHMIN extension. The incorrect requirement
> will result in the ops mismatch with
From: Pan Li
This patch would like to fix the incorrect requirement of the vector
builtin types for the ZVFH/ZVFHMIN extension. The incorrect requirement
will result in the ops mismatch with iterators, and then ICE will be
triggered if ZVFH/ZVFHMIN is not given.
Sorry for inconviensient.
Signed