RE: [PATCH 1/2][GCC][RFC][middle-end]: Add SLP pattern matcher.

2019-10-12 Thread Tamar Christina
Hi Richi, > -Original Message- > From: Richard Biener > Sent: Friday, October 11, 2019 8:02 AM > To: Tamar Christina > Cc: gcc-patches@gcc.gnu.org; nd ; o...@ucw.cz > Subject: Re: [PATCH 1/2][GCC][RFC][middle-end]: Add SLP pattern matcher. > > On Tue, 8 Oct 201

Re: [PATCH 1/2][GCC][RFC][middle-end]: Add SLP pattern matcher.

2019-10-11 Thread Richard Biener
On Tue, 8 Oct 2019, Tamar Christina wrote: > Hi Richi, > > Thanks for the review, I've added some comments inline. > > The 10/07/2019 12:15, Richard Biener wrote: > > On Tue, 1 Oct 2019, Tamar Christina wrote: > > > > > Hi All, > > > > > > This adds a framework to allow pattern matchers to be

Re: [PATCH 1/2][GCC][RFC][middle-end]: Add SLP pattern matcher.

2019-10-08 Thread Tamar Christina
Hi Richi, Thanks for the review, I've added some comments inline. The 10/07/2019 12:15, Richard Biener wrote: > On Tue, 1 Oct 2019, Tamar Christina wrote: > > > Hi All, > > > > This adds a framework to allow pattern matchers to be written at based on > > the > > SLP tree. The difference betwe

Re: [PATCH 1/2][GCC][RFC][middle-end]: Add SLP pattern matcher.

2019-10-07 Thread Richard Biener
On Tue, 1 Oct 2019, Tamar Christina wrote: > Hi All, > > This adds a framework to allow pattern matchers to be written at based on the > SLP tree. The difference between this one and the one in tree-vect-patterns > is > that this matcher allows the matching of an arbitrary number of parallel >

[PATCH 1/2][GCC][RFC][middle-end]: Add SLP pattern matcher.

2019-10-01 Thread Tamar Christina
Hi All, This adds a framework to allow pattern matchers to be written at based on the SLP tree. The difference between this one and the one in tree-vect-patterns is that this matcher allows the matching of an arbitrary number of parallel statements and replacing of an arbitrary number of children