RE: [PATCH] RISC-V: Split arguments of expand_vec_perm

2023-06-04 Thread Li, Pan2 via Gcc-patches
: Split arguments of expand_vec_perm On 6/4/23 03:25, juzhe.zh...@rivai.ai wrote: > From: Juzhe-Zhong > > Since the following patch will calls expand_vec_perm with splitted > arguments, change the expand_vec_perm interface in this patch. > > gcc/ChangeLog: > >

Re: [PATCH] RISC-V: Split arguments of expand_vec_perm

2023-06-04 Thread Jeff Law via Gcc-patches
On 6/4/23 03:25, juzhe.zh...@rivai.ai wrote: From: Juzhe-Zhong Since the following patch will calls expand_vec_perm with splitted arguments, change the expand_vec_perm interface in this patch. gcc/ChangeLog: * config/riscv/autovec.md: Split arguments. * config/riscv/riscv

[PATCH] RISC-V: Split arguments of expand_vec_perm

2023-06-04 Thread juzhe . zhong
From: Juzhe-Zhong Since the following patch will calls expand_vec_perm with splitted arguments, change the expand_vec_perm interface in this patch. gcc/ChangeLog: * config/riscv/autovec.md: Split arguments. * config/riscv/riscv-protos.h (expand_vec_perm): Ditto. * config