RE: Re: [PATCH] RISC-V: Support VLS basic operation auto-vectorization

2023-08-07 Thread Li, Pan2 via Gcc-patches
Committed, thanks Robin. Pan -Original Message- From: Gcc-patches On Behalf Of ??? Sent: Tuesday, August 8, 2023 5:15 AM To: rdapp.gcc ; gcc-patches Cc: rdapp.gcc ; kito.cheng ; kito.cheng ; Jeff Law Subject: Re: Re: [PATCH] RISC-V: Support VLS basic operation auto-vectorization

Re: Re: [PATCH] RISC-V: Support VLS basic operation auto-vectorization

2023-08-07 Thread 钟居哲
Thanks Robin. Yes, we should not allow vsetvli rd,rs1 which is generated by SELECT_VL for partial vector auto-vectorzation. But I believe scan-assembler-not csrr is enough. juzhe.zh...@rivai.ai From: Robin Dapp Date: 2023-08-08 03:46 To: Juzhe-Zhong; gcc-patches CC: rdapp.gcc; kito.cheng; ki