[PATCH] D121167: [NewPM] Actually recompute GlobalsAA before module optimization pipeline
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Mar 8 00:29:00 PST 2022
nikic added a comment.
We have some places doing a Require<GlobalsAA>, Invalidate<AAManager> dance, can that be replaced with this as well? Or is the situation there that we do need to invalidate the AAManager because otherwise the new GlobalsAA just isn't going to be used?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D121167/new/
https://reviews.llvm.org/D121167
More information about the llvm-commits
mailing list