[PATCH] D94363: [AA] Pass AAResults through AAQueryInfo
Nikita Popov via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Jan 9 13:15:20 PST 2021
nikic added inline comments.
================
Comment at: llvm/lib/Analysis/BasicAliasAnalysis.cpp:699
FunctionModRefBehavior(Min & getBestAAResults().getModRefBehavior(F));
+#endif
----------------
This is the only place using `getBestAAResults()` and not having access to `AAQueryInfo` yet. If the general approach here is okay, I'll thread through AAQI to this method in a separate commit.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D94363/new/
https://reviews.llvm.org/D94363
More information about the llvm-commits
mailing list