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 :) llvm-svn: 60649
Loading
Please register or sign in to comment