Chris Lattner 7ebcf03246 Introduce a new MemDep::getNonLocalPointerDependency
method.  This will eventually take over load/store dep
queries from getNonLocalDependency.  For now it works
fine, but is incredibly slow because it does no caching.
Lets not switch GVN to use it until that is fixed :)


git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@60649 91177308-0d34-0410-b5e6-96231b3b80d8
2008-12-07 02:15:47 +00:00
..
2008-09-25 21:00:45 +00:00
2008-10-13 10:28:12 +00:00
2008-10-06 20:33:02 +00:00
2008-11-27 08:39:18 +00:00
2008-09-25 21:00:45 +00:00
2008-07-05 22:41:37 +00:00
2008-10-16 20:18:31 +00:00
2008-06-24 17:46:48 +00:00
2008-10-17 08:31:36 +00:00
2008-12-02 18:33:11 +00:00