Richard Biener writes:
> On Mon, 14 Jul 2025, Richard Sandiford wrote:
>
>> Richard Biener writes:
>> > For loop masking we need to mask a mask AND operation with the loop
>> > mask. The following makes sure we have a corresponding mask
>> > available. There's no good way to distinguish loop ma
On Mon, 14 Jul 2025, Richard Sandiford wrote:
> Richard Biener writes:
> > For loop masking we need to mask a mask AND operation with the loop
> > mask. The following makes sure we have a corresponding mask
> > available. There's no good way to distinguish loop masking from
> > len masking here
Richard Biener writes:
> For loop masking we need to mask a mask AND operation with the loop
> mask. The following makes sure we have a corresponding mask
> available. There's no good way to distinguish loop masking from
> len masking here, so assume we have recorded a mask for the operands
> ma
For loop masking we need to mask a mask AND operation with the loop
mask. The following makes sure we have a corresponding mask
available. There's no good way to distinguish loop masking from
len masking here, so assume we have recorded a mask for the operands
mask producers.
Bootstrap and regt