[all-commits] [llvm/llvm-project] 09c342: [NPM] Translate alias analysis into require<> as well
aeubanks via All-commits
all-commits at lists.llvm.org
Wed Sep 16 09:00:21 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 09c342493d89c2f32602f911e5c919742b837e10
https://github.com/llvm/llvm-project/commit/09c342493d89c2f32602f911e5c919742b837e10
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2020-09-16 (Wed, 16 Sep 2020)
Changed paths:
M llvm/lib/Passes/PassBuilder.cpp
M llvm/test/Analysis/GlobalsModRef/no-escape.ll
M llvm/tools/opt/NewPMDriver.cpp
Log Message:
-----------
[NPM] Translate alias analysis into require<> as well
'require<globals-aa>' is needed to make globals-aa work in NPM, since
globals-aa is a module analysis but function passes cannot run module
analyses on demand.
So don't skip translating alias analyses to 'require<>'.
Reviewed By: asbirlea
Differential Revision: https://reviews.llvm.org/D87743
More information about the All-commits
mailing list