Re: [PATCH] RISC-V: Cleanup the codes of bitmap create and free [NFC]

2023-01-26 Thread Kito Cheng via Gcc-patches
committed, thanks. On Tue, Jan 10, 2023 at 6:33 AM wrote: > From: Ju-Zhe Zhong > > This patch is a NFC patch to move the codes into a wrapper function so that > they can be reused. I will reuse them in the following patches. > > gcc/ChangeLog: > > * config/riscv/riscv-vsetvl.cc > (vecto

[PATCH] RISC-V: Cleanup the codes of bitmap create and free [NFC]

2023-01-09 Thread juzhe . zhong
From: Ju-Zhe Zhong This patch is a NFC patch to move the codes into a wrapper function so that they can be reused. I will reuse them in the following patches. gcc/ChangeLog: * config/riscv/riscv-vsetvl.cc (vector_infos_manager::create_bitmap_vectors): New function. (vector_info