This resolves a regression of BasicAA which failed to find any memory information...
authorChandler Carruth <chandlerc@gmail.com>
Mon, 6 Aug 2007 20:57:16 +0000 (20:57 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Mon, 6 Aug 2007 20:57:16 +0000 (20:57 +0000)
commita583990ec83a4773608084a9694943ddd268e571
tree0003775900ff0a0121087c0aff4d76e98679290c
parentb1183c1ff3b17689c036d5e7443b7343074d2f6f
This resolves a regression of BasicAA which failed to find any memory information for overloaded intrinsics (PR1600). This resolves that issue, and improves the matching scheme to use a BitVector rather than a binary search.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@40872 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Analysis/BasicAliasAnalysis.cpp
test/Analysis/BasicAA/2007-08-05-GetOverloadedModRef.ll [new file with mode: 0644]
utils/TableGen/IntrinsicEmitter.cpp