Hi, all. From all previous cleanup patches. Every thing related to "mask && len" are consistent now. I rebase to the trunk and send V2 patch: https://gcc.gnu.org/pipermail/gcc-patches/2023-July/625159.html Thanks. juzhe.zhong@rivai.ai From: Richard Biener Date: 2023-07-20 15:21 To: Robin Dapp CC: juzhe.zhong; gcc-patches; richard.sandiford Subject: Re: [PATCH] VECT: Support floating-point in-order reduction for length loop control On Thu, 20 Jul 2023, Robin Dapp wrote: > Hi Juzhe, > > I just noticed that we recently started calling things MASK_LEN > (instead of LEN_MASK before) with the reductions. Wouldn't we want > to be consistent here? Especially as the length takes precedence. > I realize the preparational work like optabs is already upstream > but still wanted to bring it up. Didn't notice that but yes, consistency would be nice to have. Richard.