Re: [PATCH] tree-optimization/115895 - overrun with masked loop

2025-01-15 Thread Richard Sandiford
Richard Biener writes: > The following addresses the fact that with loop masking (or regular > mask loads) we do not implement load shortening but we override > the case where we need that for correctness. Likewise when we > attempt to use loop masking to handle large trailing gaps we cannot > do

[PATCH] tree-optimization/115895 - overrun with masked loop

2025-01-14 Thread Richard Biener
The following addresses the fact that with loop masking (or regular mask loads) we do not implement load shortening but we override the case where we need that for correctness. Likewise when we attempt to use loop masking to handle large trailing gaps we cannot do so when there's this overrun case