Re: [PATCH] RISC-V: Add RVV shift.vx C/C++ API support

2023-02-02 Thread Kito Cheng via Gcc-patches
committed, thanks! On Wed, Feb 1, 2023 at 6:08 AM wrote: > > From: Ju-Zhe Zhong > > gcc/ChangeLog: > > * config/riscv/predicates.md (pmode_reg_or_uimm5_operand): New > predicate. > * config/riscv/riscv-vector-builtins-bases.cc: New class. > *

[PATCH] RISC-V: Add RVV shift.vx C/C++ API support

2023-01-31 Thread juzhe . zhong
From: Ju-Zhe Zhong gcc/ChangeLog: * config/riscv/predicates.md (pmode_reg_or_uimm5_operand): New predicate. * config/riscv/riscv-vector-builtins-bases.cc: New class. * config/riscv/riscv-vector-builtins-functions.def (vsll): Ditto. (vsra): Ditto. (vsrl):