search for: cf1ab8d7

Displaying 2 results from an estimated 2 matches for "cf1ab8d7".

2017 Aug 19
2
RFC: Resolving TBAA issues
One more. Your original example was: > Consider these two accesses: > > struct A { int i; }; > struct B { struct A a; } *b; > > struct X { int i; } *x; > > b->a > x->i > Do you believe the answer changes if you had struct A *x instead of struct X *x? If so, why? On Sat, Aug 19, 2017 at 10:58 AM, Daniel Berlin <dberlin at
2017 Aug 19
4
RFC: Resolving TBAA issues
.... You have just asserted they are so. But i also don't really have a strong desire to argue about TBAA, as people often do not agree on the answers. -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170819/cf1ab8d7/attachment.html>