[PATCH] D12142: [PM/AA] Flesh out statistics to cover all the primary use cases of the old AliasAnalysisCounter pass.

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 27 18:22:54 PDT 2015


hfinkel added a subscriber: hfinkel.
hfinkel added a comment.

It seems unfortunate to need to make the AA result statistics essentially part of the boilerplate necessary to implement a good AA provider. Can we move all statistics generation into the aggregrator? We don't need to use the STATISTIC macro, really, the aggregrator can construct a set of such objects based on the names of the underlying providers in its care, and then use them as it iterates up the chain.


http://reviews.llvm.org/D12142





More information about the llvm-commits mailing list