Re: [PATCH] RISC-V: Allow CONST_VECTOR for VLS modes.

2023-08-08 Thread Robin Dapp via Gcc-patches
Hi Juzhe, just some nits. > - else if (rtx_equal_p (step, constm1_rtx) && poly_int_rtx_p (base, &value) > + else if (rtx_equal_p (step, constm1_rtx) > +&& poly_int_rtx_p (base, &value) Looks like just a line-break change and the line is not too long? > - rtx ops[] = {dest, vid, g

Re: Re: [PATCH] RISC-V: Allow CONST_VECTOR for VLS modes.

2023-08-08 Thread 钟居哲
nt float vectors for VLS? No, this is related since there will be an ICE when I didn't add these modes. Could you try this? I didn't spend time on the details of this. juzhe.zh...@rivai.ai From: Robin Dapp Date: 2023-08-08 20:50 To: Juzhe-Zhong; gcc-patches CC: rdapp.gcc; kito.chen