Re: [PATCH] RISC-V: Fix annotation

2022-12-19 Thread Kito Cheng via Gcc-patches
Merged into previou patch. Jeff Law via Gcc-patches 於 2022年12月17日 週六 03:54 寫道: > > > On 12/14/22 01:39, juzhe.zh...@rivai.ai wrote: > > From: Ju-Zhe Zhong > > > > gcc/ChangeLog: > > > > * config/riscv/riscv-vsetvl.cc: Fix annotation. > Just roll this into the patch that adds riscv-vset

Re: [PATCH] RISC-V: Fix annotation

2022-12-16 Thread Jeff Law via Gcc-patches
On 12/14/22 01:39, juzhe.zh...@rivai.ai wrote: From: Ju-Zhe Zhong gcc/ChangeLog: * config/riscv/riscv-vsetvl.cc: Fix annotation. Just roll this into the patch that adds riscv-vsetvl.cc. jeff

Re: [PATCH] RISC-V: Fix annotation

2022-08-31 Thread Kito Cheng via Gcc-patches
Thanks, pushed to trunk. On Tue, Aug 30, 2022 at 10:58 AM wrote: > > From: zhongjuzhe > > gcc/ChangeLog: > > * config/riscv/riscv.h (enum reg_class): Change vype to vtype. > > --- > gcc/config/riscv/riscv.h | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/gcc/con