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