Hi, Richard. I plan to change all LEN_MASK into MASK_LEN. Start from LEN_MASK_GATHER_LOAD/LEN_MASK_SCATTER_STORE, we notice keeping mask same order with original mask_* patterns will make codes cleaner and easier to maintain. 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.