- Checkin of the alias analysis work:
authorChris Lattner <sabre@nondot.org>
Wed, 26 Feb 2003 19:26:51 +0000 (19:26 +0000)
committerChris Lattner <sabre@nondot.org>
Wed, 26 Feb 2003 19:26:51 +0000 (19:26 +0000)
commit14ac877e0a898ab46eeba1b0b72b8e5a9918179f
tree72f27a93eceb51ec2fa049ef660923bb2c147138
parent13b6f22f0473917e11ed650282b9b118edb12b90
  - Checkin of the alias analysis work:
    * Takes into account the size of the memory reference to determine aliasing.
    * Expose mod/ref information in a more consistent way
    * BasicAA can now disambiguate A[i][1] and A[j][2] for conservative request
      sizes

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@5633 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/AliasAnalysis.cpp