search for: 7fd42aee

Displaying 2 results from an estimated 2 matches for "7fd42aee".

2012 Jan 30
0
[LLVMdev] tbaa differences in llvm 3.0
...; >> > > > -- > Not sent from my Blackberry, Raspberry or Gooseberry! > -- Not sent from my Blackberry, Raspberry or Gooseberry! -------------- next part -------------- An HTML attachment was scrubbed... URL: <http://lists.llvm.org/pipermail/llvm-dev/attachments/20120130/7fd42aee/attachment.html>
2012 Jan 28
2
[LLVMdev] tbaa differences in llvm 3.0
Many of our pointers point into a structure where they could be considered as having the same base address. We use tbaa to indicate which ones could or could not alias because they are pointing into different substructures. This is exactly the sort of requirement that invoked the need for the restrict modifier in g++, c++0x etc. If I understand you correctly that cannot be expressed in llvm ir