[PATCH] D17372: [PM/AA] Port alias analysis evaluator to the new pass manager, and use it to actually test the new pass manager AA wiring.
Philip Reames via llvm-commits
llvm-commits at lists.llvm.org
Thu Feb 18 09:37:03 PST 2016
reames accepted this revision.
reames added a comment.
This revision is now accepted and ready to land.
LGTM w/minor comment.
================
Comment at: include/llvm/Analysis/AliasAnalysisEvaluator.h:13
@@ +12,3 @@
+// alias analysis implementation answers alias queries between each pair of
+// pointers in the function.
+//
----------------
A bit more detail would be good here. When first reading, I wasn't sure why I might use such a thing.
Something along the lines of "The result is a set of statistics about the number of results for each alias result type and modref state returned. This can be used to evaluate a change in alias analysis implementation, algorithm, or pass ordering."
http://reviews.llvm.org/D17372
More information about the llvm-commits
mailing list