[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
Thu Aug 27 11:19:51 PDT 2015


hfinkel added a subscriber: hfinkel.

================
Comment at: lib/Passes/PassBuilder.cpp:229
@@ +228,3 @@
+  // the way the parameter to \c registerFunctionAnalyses does.
+  AAManager AAM;
+
----------------
I don't understand why this helps. Where is the variable referenced?


http://reviews.llvm.org/D12357





More information about the llvm-commits mailing list