RE: [PATCH v2 9/18]middle-end optimize slp simplify back to back permutes.

2020-11-04 Thread Richard Biener
.gnu.org; nd ; o...@ucw.cz > > Subject: Re: [PATCH v2 9/18]middle-end optimize slp simplify back to back > > permutes. > > > > On Tue, 3 Nov 2020, Tamar Christina wrote: > > > > > Hi All, > > > > > > This optimizes sequential permutes. i.e.

RE: [PATCH v2 9/18]middle-end optimize slp simplify back to back permutes.

2020-11-04 Thread Tamar Christina via Gcc-patches
Hi Richi, > -Original Message- > From: rguent...@c653.arch.suse.de On > Behalf Of Richard Biener > Sent: Wednesday, November 4, 2020 1:00 PM > To: Tamar Christina > Cc: gcc-patches@gcc.gnu.org; nd ; o...@ucw.cz > Subject: Re: [PATCH v2 9/18]middle-end optimize slp

Re: [PATCH v2 9/18]middle-end optimize slp simplify back to back permutes.

2020-11-04 Thread Richard Biener
On Tue, 3 Nov 2020, Tamar Christina wrote: > Hi All, > > This optimizes sequential permutes. i.e. if there are two permutes back to > back > this function applies the permute of the parent to the child and removed the > parent. > > If the resulting permute in the child is now a no-op. Then the

[PATCH v2 9/18]middle-end optimize slp simplify back to back permutes.

2020-11-03 Thread Tamar Christina via Gcc-patches
Hi All, This optimizes sequential permutes. i.e. if there are two permutes back to back this function applies the permute of the parent to the child and removed the parent. If the resulting permute in the child is now a no-op. Then the child is also dropped from the graph and the parent's parent