RE: Refactor gcc/tree-vectorize.c:vectorize_loops

2015-04-30 Thread Aditya K
Thank you very much Jeff. -Aditya > Date: Wed, 29 Apr 2015 23:44:20 -0600 > From: l...@redhat.com > To: hiradi...@msn.com; ja...@redhat.com > CC: gcc-patches@gcc.gnu.org > Subject: Re: Refactor gcc/tree-vectorize.c:vectorize_loops > >

Re: Refactor gcc/tree-vectorize.c:vectorize_loops

2015-04-29 Thread Jeff Law
On 04/29/2015 08:37 AM, Aditya K wrote: Thanks for the feedback. I have added comment and properly indented the code. I made a couple more formatting fixes (spaces -> tab & line wrapping), improved the ChangeLog, did a bootstrap & regression test on x86_64-linux-gnu and installed the final pat

RE: Refactor gcc/tree-vectorize.c:vectorize_loops

2015-04-29 Thread Aditya K
Thanks for the feedback. I have added comment and properly indented the code. -Aditya > Date: Wed, 29 Apr 2015 09:31:46 +0200 > From: ja...@redhat.com > To: l...@redhat.com > CC: hiradi...@msn.com; gcc-patches@gcc.gnu.org > Subject: Re: Re

Re: Refactor gcc/tree-vectorize.c:vectorize_loops

2015-04-29 Thread Jakub Jelinek
On Tue, Apr 28, 2015 at 09:53:24PM -0600, Jeff Law wrote: > On 04/28/2015 08:20 PM, Aditya K wrote: > >Hi, > >This is a small patch where I moved a portion of code from the function > >vectorize_loops outside to improve readability. > >Please see the patch attached and give comments for improvemen

Re: Refactor gcc/tree-vectorize.c:vectorize_loops

2015-04-28 Thread Jeff Law
On 04/28/2015 08:20 PM, Aditya K wrote: Hi, This is a small patch where I moved a portion of code from the function vectorize_loops outside to improve readability. Please see the patch attached and give comments for improvements. You need to add a comment for the new function. These function co

Refactor gcc/tree-vectorize.c:vectorize_loops

2015-04-28 Thread Aditya K
Hi, This is a small patch where I moved a portion of code from the function vectorize_loops outside to improve readability. Please see the patch attached and give comments for improvements. Thanks -Aditya refactor-vect Description: Binary data