gcc-5-20150804 is now available

2015-08-04 Thread gccadmin
Snapshot gcc-5-20150804 is now available on ftp://gcc.gnu.org/pub/gcc/snapshots/5-20150804/ and on various mirrors, see http://gcc.gnu.org/mirrors.html for details. This snapshot has been generated from the GCC 5 SVN branch with the following options: svn://gcc.gnu.org/svn/gcc/branches/gcc-5

Re: Loop distribution for nested Loops.

2015-08-04 Thread Richard Biener
On Tue, Aug 4, 2015 at 4:04 PM, Ajit Kumar Agarwal wrote: > > All: > > For the Loop given in Fig(1), there is no possibility of loop distribution > because of the dependency of S1 and S2 on the outerloop index k. > Due to the dependency the Loop cannot be distributed. > > The Loop can be distribu

Loop distribution for nested Loops.

2015-08-04 Thread Ajit Kumar Agarwal
All: For the Loop given in Fig(1), there is no possibility of loop distribution because of the dependency of S1 and S2 on the outerloop index k. Due to the dependency the Loop cannot be distributed. The Loop can be distributed with the transformation given in Fig(2) where the loop given in Fi

RE: vectorization cost macro TARGET_VECTORIZE_ADD_STMT_COST

2015-08-04 Thread Ajit Kumar Agarwal
-Original Message- From: Richard Biener [mailto:richard.guent...@gmail.com] Sent: Monday, August 03, 2015 2:59 PM To: Ajit Kumar Agarwal Cc: Jeff Law; gcc@gcc.gnu.org; Vinod Kathail; Shail Aditya Gupta; Vidhumouli Hunsigida; Nagaraju Mekala Subject: Re: vectorization cost macro TARGET_V