> -----Original Message----- > From: Robin Dapp <[email protected]> > Sent: 18 November 2025 12:16 > To: Tamar Christina <[email protected]>; Robin Dapp > <[email protected]>; Hongtao Liu <[email protected]> > Cc: [email protected]; nd <[email protected]>; [email protected]; Robin > Dapp <[email protected]> > Subject: Re: [PATCH v2 1/3]middle-end: support new > {cond{_len}_}vec_cbranch_{any|all} optabs [PR118974] > > > I completely forgot about the bias, and think I misinterpreted > > VCOND_MASK_LEN. > > > > I was looking at this example https://godbolt.org/z/jofExx9q6 and was > assuming that > > the _90 is the len and 0 is the bias? > > Yep, thanks. They are (should be) always in conjunction. Is it possible to > keep the same ordering as in other optabs for else, len, bias? The mask I'd > keep where it is. And I suppose the label should also stay last, it doesn't > feel more natural to have it before the else. >
Yup, that makes sense. I'll respin. Cheers, Tamar > -- > Regards > Robin
