Re: Help understanding tree-affine.c

2007-06-11 Thread Zdenek Dvorak
Hello, > I am trying to understand the usage of some functions in tree-affine.c > file and I appreciate your help. > > For example; for the two memory accesses > arr[b+8].X and arr[b+9].X, how does their affine combinations > will look like after executing the following sequence of operation?

Help understanding tree-affine.c

2007-06-11 Thread Revital1 Eres
Hello, I am trying to understand the usage of some functions in tree-affine.c file and I appreciate your help. For example; for the two memory accesses arr[b+8].X and arr[b+9].X, how does their affine combinations will look like after executing the following sequence of operation? (taken from