Re: [PATCH] RISC-V: Support poly move manipulation and selftests.

2022-09-23 Thread Kito Cheng via Gcc-patches
Committed. thanks! On Thu, Sep 15, 2022 at 4:29 PM wrote: > > From: zhongjuzhe > > gcc/ChangeLog: > > * common/config/riscv/riscv-common.cc: Change "static void" to "void". > * config.gcc: Add riscv-selftests.o > * config/riscv/predicates.md: Allow const_poly_int. >

[PATCH] RISC-V: Support poly move manipulation and selftests.

2022-09-15 Thread juzhe . zhong
From: zhongjuzhe gcc/ChangeLog: * common/config/riscv/riscv-common.cc: Change "static void" to "void". * config.gcc: Add riscv-selftests.o * config/riscv/predicates.md: Allow const_poly_int. * config/riscv/riscv-protos.h (riscv_reinit): New function. (risc