Re: [PATCH] RISC-V: Fix incorrect attributes of vsetvl instructions pattern

2023-01-27 Thread Kito Cheng via Gcc-patches
committed, thanks! On Wed, Jan 18, 2023 at 10:44 AM wrote: > From: Ju-Zhe Zhong > > gcc/ChangeLog: > > * config/riscv/vector.md: Fix incorrect attributes. > > --- > gcc/config/riscv/vector.md | 27 --- > 1 file changed, 12 insertions(+), 15 deletions(-) > > diff

[PATCH] RISC-V: Fix incorrect attributes of vsetvl instructions pattern

2023-01-17 Thread juzhe . zhong
From: Ju-Zhe Zhong gcc/ChangeLog: * config/riscv/vector.md: Fix incorrect attributes. --- gcc/config/riscv/vector.md | 27 --- 1 file changed, 12 insertions(+), 15 deletions(-) diff --git a/gcc/config/riscv/vector.md b/gcc/config/riscv/vector.md index 4e93b7fea