[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)
commit0ba0118816bb7b1fc361215b382578ac130df23b
tree8f146f6273f652cf9281685a9334057a4da87549
parent02c4a0d5c18a4d280b9a4127cfc96871fc014c5a
[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.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@244778 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/MemoryDependenceAnalysis.h
lib/Analysis/MemoryDependenceAnalysis.cpp