[PATCH] D77137: [Reassociate] Preserve AAManager and BasicAA analyses
Eli Friedman via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Apr 6 13:04:44 PDT 2020
efriedma added a comment.
In general, it's possible for a pass to preserve GlobalsAA, and not BasicAA. BasicAA depends on a number of different analysis passes, like LoopInfo, which might not be updated. GlobalsAA doesn't depend on any local analysis passes, so it's much simpler to preserve.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D77137/new/
https://reviews.llvm.org/D77137
More information about the llvm-commits
mailing list