On Wed, Jun 5, 2024 at 11:07 AM Richard Biener wrote:
>
> On Tue, 4 Jun 2024, Manolis Tsamis wrote:
>
> > This change adds a function that checks for SLP nodes with multiple
> > occurrences
> > of the same statement (e.g. {A, B, A, B, ...}) and tries to rearrange the
> > node
> > so that there a
On Mon, 10 Jun 2024, Manolis Tsamis wrote:
> On Wed, Jun 5, 2024 at 11:07 AM Richard Biener wrote:
> >
> > On Tue, 4 Jun 2024, Manolis Tsamis wrote:
> >
> > > This change adds a function that checks for SLP nodes with multiple
> > > occurrences
> > > of the same statement (e.g. {A, B, A, B, ...}
On Wed, Jun 5, 2024 at 11:07 AM Richard Biener wrote:
>
> On Tue, 4 Jun 2024, Manolis Tsamis wrote:
>
> > This change adds a function that checks for SLP nodes with multiple
> > occurrences
> > of the same statement (e.g. {A, B, A, B, ...}) and tries to rearrange the
> > node
> > so that there a
ich
> > ;
> > Tamar Christina ; Jiangning Liu
> >
> > Subject: Re: [PATCH] Rearrange SLP nodes with duplicate statements.
> > [PR98138]
> >
> > On Tue, 4 Jun 2024, Manolis Tsamis wrote:
> >
> > > This change adds a function that
> -Original Message-
> From: Richard Biener
> Sent: Wednesday, June 5, 2024 9:07 AM
> To: Manolis Tsamis
> Cc: gcc-patches@gcc.gnu.org; Christoph Müllner ;
> Kewen . Lin ; Philipp Tomsich ;
> Tamar Christina ; Jiangning Liu
>
> Subject: Re: [PATCH] Rearran
On Tue, 4 Jun 2024, Manolis Tsamis wrote:
> This change adds a function that checks for SLP nodes with multiple
> occurrences
> of the same statement (e.g. {A, B, A, B, ...}) and tries to rearrange the node
> so that there are no duplicates. A vec_perm is then introduced to recreate the
> origina
This change adds a function that checks for SLP nodes with multiple occurrences
of the same statement (e.g. {A, B, A, B, ...}) and tries to rearrange the node
so that there are no duplicates. A vec_perm is then introduced to recreate the
original ordering. These duplicates can appear due to how two