@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
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?
gcc/ChangeLo