Re: [PATCH] RISC-V: Fix ugly && incorrect codes of RVV auto-vectorization

2023-05-08 Thread Kito Cheng via Gcc-patches
Committed to trunk, thanks! On Mon, May 8, 2023 at 11:42 AM wrote: > > From: Juzhe-Zhong > > 1. Add movmisalign pattern for TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT >targethook, current RISC-V has supported this target hook, we can't make >it supported without movmisalign pattern. >

[PATCH] RISC-V: Fix ugly && incorrect codes of RVV auto-vectorization

2023-05-07 Thread juzhe . zhong
From: Juzhe-Zhong 1. Add movmisalign pattern for TARGET_VECTORIZE_SUPPORT_VECTOR_MISALIGNMENT targethook, current RISC-V has supported this target hook, we can't make it supported without movmisalign pattern. 2. Remove global extern of get_mask_policy_no_pred && get_tail_policy_no_pred.