RE: [PATCH V3] RISC-V: Rework Phase 5 && Phase 6 of VSETVL PASS

2023-06-10 Thread Li, Pan2 via Gcc-patches
-V: Rework Phase 5 && Phase 6 of VSETVL PASS On 6/9/23 17:11, juzhe.zh...@rivai.ai wrote: > From: Juzhe-Zhong > > Address comments from Jeff. > > This patch is to rework Phase 5 && Phase 6 of VSETVL PASS since Phase > 5 && Phase 6 are quite

Re: [PATCH V3] RISC-V: Rework Phase 5 && Phase 6 of VSETVL PASS

2023-06-10 Thread Jeff Law via Gcc-patches
On 6/9/23 17:11, juzhe.zh...@rivai.ai wrote: From: Juzhe-Zhong Address comments from Jeff. This patch is to rework Phase 5 && Phase 6 of VSETVL PASS since Phase 5 && Phase 6 are quite messy and cause some bugs discovered by my downstream auto-vectorization test-generator. Before this pat