Re: [PATCH v3 2/3] RISC-V: Update XCValu constraints to match other vendors

2023-12-05 Thread Kito Cheng
LGTM On Tue, Nov 28, 2023 at 9:17 PM Mary Bennett wrote: > > gcc/ChangeLog: > * config/riscv/constraints.md: CVP2 -> CV_alu_pow2. > * config/riscv/corev.md: Likewise. > --- > gcc/config/riscv/constraints.md | 15 --- > gcc/config/riscv/corev.md | 4 ++-- > 2 fi

[PATCH v3 2/3] RISC-V: Update XCValu constraints to match other vendors

2023-11-28 Thread Mary Bennett
gcc/ChangeLog: * config/riscv/constraints.md: CVP2 -> CV_alu_pow2. * config/riscv/corev.md: Likewise. --- gcc/config/riscv/constraints.md | 15 --- gcc/config/riscv/corev.md | 4 ++-- 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/gcc/config/risc