On Fri, 15 Nov 2024, Alex Coplan wrote:
> On 29/10/2024 13:41, Richard Biener wrote:
> > On Mon, 28 Oct 2024, Alex Coplan wrote:
> >
> > > From: Tamar Christina
> > >
> > > The alignment peeling changes exposed a latent missing dominator update
> > > with early break vectorization, specifically
On 29/10/2024 13:41, Richard Biener wrote:
> On Mon, 28 Oct 2024, Alex Coplan wrote:
>
> > From: Tamar Christina
> >
> > The alignment peeling changes exposed a latent missing dominator update
> > with early break vectorization, specifically when inserting the vector
> > skip edge, since the new
On Mon, 28 Oct 2024, Alex Coplan wrote:
> From: Tamar Christina
>
> The alignment peeling changes exposed a latent missing dominator update
> with early break vectorization, specifically when inserting the vector
> skip edge, since the new edge bypasses the prolog skip block and thus
> has the p
From: Tamar Christina
The alignment peeling changes exposed a latent missing dominator update
with early break vectorization, specifically when inserting the vector
skip edge, since the new edge bypasses the prolog skip block and thus
has the potential to subvert its dominance. This patch fixes