[PATCH] D94363: [AA] Pass AAResults through AAQueryInfo
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Jan 14 16:50:33 PST 2021
asbirlea added a comment.
Do you have an idea if there is overhead of adding the AAR object to each query (each query info object)? (vs the `setAAResults` being done once for all the AAs available).
Details/nits:
- clang-format
- if approved, this change would need to go in together with the patch threading AAQI to `getModRefBehavior`.
================
Comment at: llvm/include/llvm/Analysis/AliasAnalysis.h:359
};
+
+ AAResults &AAR;
----------------
Add comment this stands for `Aggregated Alias Result`?
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