[PATCH] D128727: [ArgPromotion] Remove AARGetter
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 28 07:28:12 PDT 2022
nikic added a comment.
The disadvantage is that AAResult gets computed unconditionally, while previously it was only computed if the function was a viable promotion candidate.
Maybe we want to pass through FunctionAnalysisManager to avoid the awkward callbacks, while keeping the current positions of the lookup?
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D128727/new/
https://reviews.llvm.org/D128727
More information about the llvm-commits
mailing list