search for: c074d178

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

2017 Aug 20
2
RFC: Resolving TBAA issues
...m going to bow out. Please feel free to do whatever you think is right, that users are happy with, and that you document and test very well. Thanks, Dan -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20170820/c074d178/attachment.html>
2017 Aug 19
4
RFC: Resolving TBAA issues
On Sat, Aug 19, 2017 at 1:04 PM, Ivan A. Kosarev via llvm-dev < llvm-dev at lists.llvm.org> wrote: > Daniel, > > >> the type of (*x) is not compatible with the type of (*b) or, > >> recursively, type of b->i. Similarly, the type of (*b) is not > >> compatible with (*x) or, recursively, x->i. > ... > > I think these are interesting