RE: [PATCH] RISC-V: Add comments of some functions

2023-06-13 Thread Li, Pan2 via Gcc-patches
; rdapp@gmail.com Subject: Re: [PATCH] RISC-V: Add comments of some functions On 6/12/23 20:26, juzhe.zh...@rivai.ai wrote: > From: Juzhe-Zhong > > gcc/ChangeLog: > > * config/riscv/riscv-v.cc (rvv_builder::single_step_npatterns_p): > Add comment. > (shu

Re: [PATCH] RISC-V: Add comments of some functions

2023-06-13 Thread Jeff Law via Gcc-patches
On 6/12/23 20:26, juzhe.zh...@rivai.ai wrote: From: Juzhe-Zhong gcc/ChangeLog: * config/riscv/riscv-v.cc (rvv_builder::single_step_npatterns_p): Add comment. (shuffle_generic_patterns): Ditto. (expand_vec_perm_const_1): Ditto. OK. Thanks! jeff

[PATCH] RISC-V: Add comments of some functions

2023-06-12 Thread juzhe . zhong
From: Juzhe-Zhong gcc/ChangeLog: * config/riscv/riscv-v.cc (rvv_builder::single_step_npatterns_p): Add comment. (shuffle_generic_patterns): Ditto. (expand_vec_perm_const_1): Ditto. --- gcc/config/riscv/riscv-v.cc | 7 +++ 1 file changed, 7 insertions(+) diff --git