OSDN Git Service

[PM/AA] Teach the AAManager how to handle module analyses in addition to
authorChandler Carruth <chandlerc@gmail.com>
Fri, 11 Mar 2016 09:15:11 +0000 (09:15 +0000)
committerChandler Carruth <chandlerc@gmail.com>
Fri, 11 Mar 2016 09:15:11 +0000 (09:15 +0000)
commitf51faf0abdf84f717f50c9592f9696b02259ead6
treea3780e17edf4dc987c6210b0effed9848c9f1a09
parentdd15ed0335382cc7656ac595ddcfc96f2f8f3557
[PM/AA] Teach the AAManager how to handle module analyses in addition to
function analyses, and use it to wire up globals-aa to the new pass
manager.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@263211 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Analysis/AliasAnalysis.h
include/llvm/Analysis/GlobalsModRef.h
lib/Analysis/GlobalsModRef.cpp
lib/Passes/PassBuilder.cpp
lib/Passes/PassRegistry.def
test/Analysis/GlobalsModRef/aliastest.ll
test/Analysis/GlobalsModRef/indirect-global.ll