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
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
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
-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