Re: [PATCH] RISC-V: Support vle.v/vse.v intrinsics

2022-12-22 Thread Kito Cheng via Gcc-patches
> > > juzhe.zh...@rivai.ai > > From: juzhe.zhong > Date: 2022-12-23 08:52 > To: gcc-patches > CC: kito.cheng; palmer; Ju-Zhe Zhong > Subject: [PATCH] RISC-V: Support vle.v/vse.v intrinsics > From: Ju-Zhe Zhong > > gcc/ChangeLog: > > * con

Re: [PATCH] RISC-V: Support vle.v/vse.v intrinsics

2022-12-22 Thread 钟居哲
; palmer; Ju-Zhe Zhong Subject: [PATCH] RISC-V: Support vle.v/vse.v intrinsics From: Ju-Zhe Zhong gcc/ChangeLog: * config/riscv/riscv-protos.h (get_avl_type_rtx): New function. * config/riscv/riscv-v.cc (get_avl_type_rtx): Ditto. * config/riscv/riscv-vector-builtins

[PATCH] RISC-V: Support vle.v/vse.v intrinsics

2022-12-22 Thread juzhe . zhong
From: Ju-Zhe Zhong gcc/ChangeLog: * config/riscv/riscv-protos.h (get_avl_type_rtx): New function. * config/riscv/riscv-v.cc (get_avl_type_rtx): Ditto. * config/riscv/riscv-vector-builtins-bases.cc (class loadstore): New class. (BASE): Ditto. *