Re: Re: [PATCH V5] VECT: Add SELECT_VL support

2023-06-09 Thread juzhe.zh...@rivai.ai
Hi, Richi. I have fixed by following your suggestions Could you take a look at it? V6 patch: https://gcc.gnu.org/pipermail/gcc-patches/2023-June/621122.html Thanks. juzhe.zh...@rivai.ai From: Richard Biener Date: 2023-06-09 16:13 To: Ju-Zhe Zhong CC: gcc-patches; richard.sandiford Subject: R

Re: Re: [PATCH V5] VECT: Add SELECT_VL support

2023-06-09 Thread juzhe.zh...@rivai.ai
Hi, Richi. Thanks for comments. >>this is in a if (j == 0) branch, please put the assert into the >>else {} block of it instead. You still run the 'bump' computation >>before the loop, so if you intend to never handle j != 0 you could >>put it there, too. But at least avoid calling >>vect_get_d