Re: [PATCH v2 1/5] vect: Force alignment peeling to vectorize more early break loops

2024-11-21 Thread Richard Biener
On Thu, 21 Nov 2024, Alex Coplan wrote: > On 21/11/2024 10:02, Richard Biener wrote: > > On Fri, 15 Nov 2024, Alex Coplan wrote: > > > > > Hi, > > > > > > This is a v2 which hopefully addresses the feedback for v1 of the 1/5 > > > patch, originally posted here: > > > https://gcc.gnu.org/pipermai

Re: [PATCH v2 1/5] vect: Force alignment peeling to vectorize more early break loops

2024-11-21 Thread Alex Coplan
On 21/11/2024 10:02, Richard Biener wrote: > On Fri, 15 Nov 2024, Alex Coplan wrote: > > > Hi, > > > > This is a v2 which hopefully addresses the feedback for v1 of the 1/5 > > patch, originally posted here: > > https://gcc.gnu.org/pipermail/gcc-patches/2024-October/48.html > > > > As mentio

Re: [PATCH v2 1/5] vect: Force alignment peeling to vectorize more early break loops

2024-11-21 Thread Richard Biener
On Fri, 15 Nov 2024, Alex Coplan wrote: > Hi, > > This is a v2 which hopefully addresses the feedback for v1 of the 1/5 > patch, originally posted here: > https://gcc.gnu.org/pipermail/gcc-patches/2024-October/48.html > > As mentioned on IRC, it will need follow-up work to fix up latent > pr

[PATCH v2 1/5] vect: Force alignment peeling to vectorize more early break loops

2024-11-15 Thread Alex Coplan
Hi, This is a v2 which hopefully addresses the feedback for v1 of the 1/5 patch, originally posted here: https://gcc.gnu.org/pipermail/gcc-patches/2024-October/48.html As mentioned on IRC, it will need follow-up work to fix up latent profile issues, but that can be done during stage 3. We wi