Re: [PATCH] RISC-V: Add indexed loads/stores C/C++ intrinsic support

2023-01-30 Thread Kito Cheng via Gcc-patches
committed, thanks! On Sun, Jan 29, 2023 at 11:33 PM wrote: > > From: Ju-Zhe Zhong > > gcc/ChangeLog: > > * config/riscv/riscv-protos.h (get_vector_mode): New function. > * config/riscv/riscv-v.cc (get_vector_mode): Ditto. > * config/riscv/riscv-vector-builtins-bases.cc (e

[PATCH] RISC-V: Add indexed loads/stores C/C++ intrinsic support

2023-01-29 Thread juzhe . zhong
From: Ju-Zhe Zhong gcc/ChangeLog: * config/riscv/riscv-protos.h (get_vector_mode): New function. * config/riscv/riscv-v.cc (get_vector_mode): Ditto. * config/riscv/riscv-vector-builtins-bases.cc (enum lst_type): New enum. (class loadstore): Adjust for indexed load