Re: [PATCH 3/3] RISC-V: Imply info and regs limit for zfinx extension

2021-11-04 Thread Kito Cheng via Gcc-patches
On Thu, Oct 28, 2021 at 9:57 PM jiawei wrote: > > Co-Authored-By: sinan > --- > gcc/config/riscv/arch-canonicalize | 1 + > gcc/config/riscv/constraints.md| 3 ++- > gcc/config/riscv/riscv.c | 15 +-- > 3 files changed, 16 insertions(+), 3 deletions(-) > > diff --git

[PATCH 3/3] RISC-V: Imply info and regs limit for zfinx extension

2021-10-28 Thread jiawei
Co-Authored-By: sinan --- gcc/config/riscv/arch-canonicalize | 1 + gcc/config/riscv/constraints.md| 3 ++- gcc/config/riscv/riscv.c | 15 +-- 3 files changed, 16 insertions(+), 3 deletions(-) diff --git a/gcc/config/riscv/arch-canonicalize b/gcc/config/riscv/arch-ca