Prototype implementation: Improving effectiveness and generality of auto-vectorization

2015-10-15 Thread sameera
e would be starting with design and implementation of the same in GCC and would be glad to receive comments, feedback and suggestions. - Thanks and regards, Sameera Deshpande Introduction Current methods of auto-vectorization take the vectorization decision through a generic analysi

Re: Prototype implementation: Improving effectiveness and generality of auto-vectorization

2015-10-25 Thread sameera
On Wednesday 21 October 2015 05:23 PM, Richard Biener wrote: On Thu, Oct 15, 2015 at 12:20 PM, sameera wrote: Hi Richard, This is with reference to our discussion at GNU Tools Cauldron 2015 regarding my talk titled "Improving the effectiveness and generality of GCC auto-vectorization.&qu

[Patch 0,1a] Improving effectiveness and generality of autovectorization using unified representation.

2016-06-07 Thread Sameera Deshpande
rward to your suggestions and insight in this regard for better execution of this project. Also, as this is long term project, can we create a branch in GCC to put all our patches at one place so that anyone interested can download and tweak with the code? - Thanks and regards, Sameera

Re: [Patch 0,1a] Improving effectiveness and generality of autovectorization using unified representation.

2016-06-13 Thread Sameera Deshpande
On Thursday 09 June 2016 05:45 PM, Richard Biener wrote: On Thu, Jun 9, 2016 at 10:54 AM, Richard Biener wrote: On Tue, Jun 7, 2016 at 3:59 PM, Sameera Deshpande wrote: Hi Richard, This is with reference to our discussion at GNU Tools Cauldron 2015 regarding my talk titled "Improvin

Re: [Patch 0,1a] Improving effectiveness and generality of autovectorization using unified representation.

2016-06-19 Thread Sameera Deshpande
On Wednesday 15 June 2016 05:52 PM, Richard Biener wrote: On Mon, Jun 13, 2016 at 12:56 PM, Sameera Deshpande wrote: On Thursday 09 June 2016 05:45 PM, Richard Biener wrote: On Thu, Jun 9, 2016 at 10:54 AM, Richard Biener wrote: On Tue, Jun 7, 2016 at 3:59 PM, Sameera Deshpande wrote

RE: [Patch 0,1a] Improving effectiveness and generality of autovectorization using unified representation.

2016-07-07 Thread Sameera Deshpande
From: Richard Biener [richard.guent...@gmail.com] Sent: 06 July 2016 16:46:17 To: Sameera Deshpande Cc: Matthew Fortune; Rich Fuhler; Prachi Godbole; gcc@gcc.gnu.org; Jaydeep Patil Subject: Re: [Patch 0,1a] Improving effectiveness and generality of