Re: [PATCH] RISC-V: Fix bug of before_p function

2023-01-27 Thread Kito Cheng via Gcc-patches
Committed with more comments to describe why this should be fixed. On Wed, Jan 18, 2023 at 11:10 AM wrote: > From: Ju-Zhe Zhong > > gcc/ChangeLog: > > * config/riscv/riscv-vsetvl.cc (before_p): Fix bug. > > --- > gcc/config/riscv/riscv-vsetvl.cc | 2 +- > 1 file changed, 1 insertion(+)

[PATCH] RISC-V: Fix bug of before_p function

2023-01-17 Thread juzhe . zhong
From: Ju-Zhe Zhong gcc/ChangeLog: * config/riscv/riscv-vsetvl.cc (before_p): Fix bug. --- gcc/config/riscv/riscv-vsetvl.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gcc/config/riscv/riscv-vsetvl.cc b/gcc/config/riscv/riscv-vsetvl.cc index 26d096ea939..728a32da