RE: [PATCH V2] RISC-V: Support RVV permutation auto-vectorization

2023-06-01 Thread Li, Pan2 via Gcc-patches
@gmail.com Subject: Re: [PATCH V2] RISC-V: Support RVV permutation auto-vectorization On 5/31/23 20:36, juzhe.zh...@rivai.ai wrote: > From: Juzhe-Zhong > > This patch supports vector permutation for VLS only by vec_perm pattern. > We will support TARGET_VECTORIZE_VEC_PERM_CONST to

Re: [PATCH V2] RISC-V: Support RVV permutation auto-vectorization

2023-06-01 Thread Jeff Law via Gcc-patches
On 5/31/23 20:36, juzhe.zh...@rivai.ai wrote: From: Juzhe-Zhong This patch supports vector permutation for VLS only by vec_perm pattern. We will support TARGET_VECTORIZE_VEC_PERM_CONST to support VLA permutation in the future. Fixed following comments from Robin. Ok for trunk?