Re: [PATCH] cleanup: Change LEN_MASK into MASK_LEN

2023-07-21 Thread Richard Biener via Gcc-patches
On Fri, 21 Jul 2023, Juzhe-Zhong wrote: > Hi. > > Since start from LEN_MASK_GATHER_LOAD/LEN_MASK_SCATTER_STORE, COND_LEN_* > patterns, > the order of len and mask is {mask,len,bias}. > > The reason we make "mask" argument comes before "len" is because we want to > keep > the "mask" location

[PATCH] cleanup: Change LEN_MASK into MASK_LEN

2023-07-20 Thread Juzhe-Zhong
Hi. Since start from LEN_MASK_GATHER_LOAD/LEN_MASK_SCATTER_STORE, COND_LEN_* patterns, the order of len and mask is {mask,len,bias}. The reason we make "mask" argument comes before "len" is because we want to keep the "mask" location same as mask_* or cond_* patterns to make use of current