[PATCH] D12357: [PM] Add full support for alias analyses to the new pass manager, and port aa-eval to the new pass manager to test this support.

hfinkel@anl.gov via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 18 17:45:36 PDT 2015


hfinkel accepted this revision.
hfinkel added a reviewer: hfinkel.
hfinkel added a comment.
This revision is now accepted and ready to land.

LGTM.


================
Comment at: lib/Analysis/AliasAnalysisEvaluator.cpp:306
@@ +305,3 @@
+AAEvaluator::~AAEvaluator() {
+  if (FunctionCount == 0)
+    return;
----------------
I suppose this is to prevent printing stats when there were no input functions? Why do you bother; did we do this indirectly before?


http://reviews.llvm.org/D12357





More information about the llvm-commits mailing list