[PATCH] D69591: Devirtualize a call on alloca without waiting for post inline cleanup and next DevirtSCCRepeatedPass iteration.
Hiroshi Yamauchi via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Jan 8 13:37:08 PST 2020
yamauchi added a comment.
In D69591#1793020 <https://reviews.llvm.org/D69591#1793020>, @davidxl wrote:
> Use AAManager (include/llvm/Analysis/AliasAnalysis.h) by registering only BasicAA ?
How do you mean?
It seems that what type of AA is used is up to how the pass manager is set up (eg. PassBuilder::buildDefaultAAPipeline), not up to an individual pass like the inline pass or a utility function like this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D69591/new/
https://reviews.llvm.org/D69591
More information about the llvm-commits
mailing list