Re: [PATCH V3] VECT: Add decrement IV iteration loop control by variable amount support

2023-04-26 Thread Richard Biener via Gcc-patches
On Wed, 26 Apr 2023, juzhe.zh...@rivai.ai wrote: > From: Juzhe-Zhong > > This patch address all comments from Richard && Bernhard. > Fix all codes following their comments: > > 1. Remove ifn-specific handling of WHILE_LEN, so there is no change >in internal-fn.cc in this patch. > > 2. Add

[PATCH V3] VECT: Add decrement IV iteration loop control by variable amount support

2023-04-25 Thread juzhe . zhong
From: Juzhe-Zhong This patch address all comments from Richard && Bernhard. Fix all codes following their comments: 1. Remove ifn-specific handling of WHILE_LEN, so there is no change in internal-fn.cc in this patch. 2. Add comments for changing interface of "create_iv" function. 3.