Displaying 2 results from an estimated 2 matches for "4e1388f8".
2017 Aug 19
2
RFC: Resolving TBAA issues
Daniel,
> This is an aggregate type that includes a type compatible
> with the effective type of the object. In particular,
> x->i is an lvalue expression of type "int"
> b->a is an lvalue expression of type "struct A"
> "struct A" is an aggregate type that includes "int" among
> its members.
> Therefore, the b->a
2017 Aug 19
2
RFC: Resolving TBAA issues
...gt; Can these accesses alias?
>
>
> struct B *b
> struct X *x
>
> b->a.i
> x->i
>
> How about these?
>
>
>
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170819/4e1388f8/attachment-0001.html>