[PATCH] D90098: [BasicAA] Don't pass through AA metadata (NFCI)
Alina Sbirlea via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Oct 28 13:28:39 PDT 2020
asbirlea accepted this revision.
asbirlea added a comment.
This revision is now accepted and ready to land.
This is an interesting point. IIUC, your argument is that the entry point into AA is always through AAResults and can rely on the invocation result for TBAA or ScopedAA from there, while the recursive invocations into these same analyses cannot yield stricter results. I cannot think of a case when this is not true.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D90098/new/
https://reviews.llvm.org/D90098
More information about the llvm-commits
mailing list