Re: [PATCH] RISC-V: Refine codes in backward fusion

2023-01-26 Thread Kito Cheng via Gcc-patches
committed, thanks. On Tue, Jan 10, 2023 at 6:47 AM wrote: > From: Ju-Zhe Zhong > > This NFC patch is preparing for the following patches. > gcc/ChangeLog: > > * config/riscv/riscv-vsetvl.cc > (pass_vsetvl::backward_demand_fusion): Refine codes. > > --- > gcc/config/riscv/riscv-vsetvl.c

[PATCH] RISC-V: Refine codes in backward fusion

2023-01-09 Thread juzhe . zhong
From: Ju-Zhe Zhong This NFC patch is preparing for the following patches. gcc/ChangeLog: * config/riscv/riscv-vsetvl.cc (pass_vsetvl::backward_demand_fusion): Refine codes. --- gcc/config/riscv/riscv-vsetvl.cc | 9 + 1 file changed, 5 insertions(+), 4 deletions(-) diff --git