Re: [PATCH] RISC-V: Add RVV instructions classification
Committed, thanks! On Sat, Aug 27, 2022 at 6:58 PM wrote: > > From: zhongjuzhe > > gcc/ChangeLog: > > * config/riscv/riscv.md: Add new type for vector instructions. > > --- > gcc/config/riscv/riscv.md | 100 +- > 1 file changed, 99 insertions(+), 1 de
[PATCH] RISC-V: Add RVV instructions classification
From: zhongjuzhe gcc/ChangeLog: * config/riscv/riscv.md: Add new type for vector instructions. --- gcc/config/riscv/riscv.md | 100 +- 1 file changed, 99 insertions(+), 1 deletion(-) diff --git a/gcc/config/riscv/riscv.md b/gcc/config/riscv/riscv.md