Re: [PATCH] Rearrange SLP nodes with duplicate statements. [PR98138]

2024-06-26 Thread Manolis Tsamis
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

Re: [PATCH] Rearrange SLP nodes with duplicate statements. [PR98138]

2024-06-10 Thread Richard Biener
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, ...}

Re: [PATCH] Rearrange SLP nodes with duplicate statements. [PR98138]

2024-06-10 Thread Manolis Tsamis
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

RE: [PATCH] Rearrange SLP nodes with duplicate statements. [PR98138]

2024-06-05 Thread Richard Biener
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

RE: [PATCH] Rearrange SLP nodes with duplicate statements. [PR98138]

2024-06-05 Thread Tamar Christina
> -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

Re: [PATCH] Rearrange SLP nodes with duplicate statements. [PR98138]

2024-06-05 Thread Richard Biener
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

[PATCH] Rearrange SLP nodes with duplicate statements. [PR98138]

2024-06-04 Thread Manolis Tsamis
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