This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: How could I get alias set information from data_reference_p


On Wed, Jul 15, 2009 at 9:15 PM, Tobias
Grosser<grosser@fim.uni-passau.de> wrote:
>> A note on Lis final graph algorithm. ?I don't understand why you want
>> to allow data-references to be part of multiple alias-sets? ?(Of course
>> I don't know how you are going to use the alias-sets ...)
>
> Just to pass more information to Graphite. The easiest example might be
> something like
>
> A -- B -- C
>
> if we have
>
> AS1 = {A,B}
> AS2 = {B,C}
>
> we know that A and C do not alias and therefore do not have any

No, from the above you _don't_ know that.  How would you arrive
at that conclusion?

> dependencies. If we put A,B,C in one big set we can not say this.

But that is what would be correct. (?)

Richard.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]