Re: [Patch V2] Fix SLP PR58135.

2016-05-25 Thread Christophe Lyon
c-patches@gcc.gnu.org >> Subject: Re: [Patch V2] Fix SLP PR58135. >> >> Hi Venkat, >> >> >> On 23 May 2016 at 11:54, Kumar, Venkataramanan >> wrote: >> > Hi Richard, >> > >> >> -Original Message- >> >

RE: [Patch V2] Fix SLP PR58135.

2016-05-24 Thread Kumar, Venkataramanan
Hi Christophe, > -Original Message- > From: Christophe Lyon [mailto:christophe.l...@linaro.org] > Sent: Tuesday, May 24, 2016 8:45 PM > To: Kumar, Venkataramanan > Cc: Richard Biener ; gcc-patches@gcc.gnu.org > Subject: Re: [Patch V2] Fix SLP PR58135. > > Hi V

Re: [Patch V2] Fix SLP PR58135.

2016-05-24 Thread Christophe Lyon
..@gmail.com] >> >> Sent: Tuesday, May 17, 2016 5:40 PM >> >> To: Kumar, Venkataramanan >> >> Cc: gcc-patches@gcc.gnu.org >> >> Subject: Re: [Patch V2] Fix SLP PR58135. >> >> >> >> On Tue, May 17, 2016 at 1:56 PM, Kumar, Venk

RE: [Patch V2] Fix SLP PR58135.

2016-05-23 Thread Kumar, Venkataramanan
Hi Richard, > -Original Message- > From: Richard Biener [mailto:richard.guent...@gmail.com] > Sent: Thursday, May 19, 2016 4:08 PM > To: Kumar, Venkataramanan > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [Patch V2] Fix SLP PR58135. > > On Wed, May 18

Re: [Patch V2] Fix SLP PR58135.

2016-05-19 Thread Richard Biener
cc.gnu.org >> Subject: Re: [Patch V2] Fix SLP PR58135. >> >> On Tue, May 17, 2016 at 1:56 PM, Kumar, Venkataramanan >> wrote: >> > Hi Richard, >> > >> > I created the patch by passing -b option to git. Now the patch is more >> readable. >

RE: [Patch V2] Fix SLP PR58135.

2016-05-18 Thread Kumar, Venkataramanan
Hi Richard, > -Original Message- > From: Richard Biener [mailto:richard.guent...@gmail.com] > Sent: Tuesday, May 17, 2016 5:40 PM > To: Kumar, Venkataramanan > Cc: gcc-patches@gcc.gnu.org > Subject: Re: [Patch V2] Fix SLP PR58135. > > On Tue, May 17

Re: [Patch V2] Fix SLP PR58135.

2016-05-17 Thread Richard Biener
On Tue, May 17, 2016 at 1:56 PM, Kumar, Venkataramanan wrote: > Hi Richard, > > I created the patch by passing -b option to git. Now the patch is more > readable. > > As per your suggestion I tried to fix the PR by splitting the SLP store group > at vector boundary after the SLP tree is built. >

[Patch V2] Fix SLP PR58135.

2016-05-17 Thread Kumar, Venkataramanan
Hi Richard, I created the patch by passing -b option to git. Now the patch is more readable. As per your suggestion I tried to fix the PR by splitting the SLP store group at vector boundary after the SLP tree is built. Boot strap PASSED on x86_64. Checked the patch with check_GNU_style.sh. Th