[PM/AA] Have memdep explicitly get and use TargetLibraryInfo rather than
authorChandler Carruth <chandlerc@gmail.com>
Wed, 12 Aug 2015 17:47:44 +0000 (17:47 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Wed, 12 Aug 2015 17:47:44 +0000 (17:47 +0000)
commitd06034d20a7eeb4b43e27e618c9ba0b076e18b39
treefe575ee72fcede5ac75dd99d40e024c105a33a3d
parentf846557eb89a913c69b54653b9bece04b0473233
[PM/AA] Have memdep explicitly get and use TargetLibraryInfo rather than
relying on sneaking it out of its AliasAnalysis.

This abuse of AA (to shuffle TLI around rather than explicitly depending
on it) is going away with my refactor of AA.

llvm-svn: 244778
llvm/include/llvm/Analysis/MemoryDependenceAnalysis.h
llvm/lib/Analysis/MemoryDependenceAnalysis.cpp