[PATCH] D17259: [PM/AA] Teach the new pass manager to use pass-by-lambda for registering analysis passes, support pre-registering analyses, and use that to implement parsing and pre-registering a custom alias analysis pipeline.

Philip Reames via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 16 19:30:15 PST 2016


reames added a subscriber: reames.
reames added a comment.

Have to admit, I don't really understand the motivation for this.  Having said that, I don't see anything obviously wrong, and I don't want you blocked on this, so LGTM.


================
Comment at: lib/Passes/PassBuilder.cpp:224
@@ +223,3 @@
+#include "PassRegistry.def"
+
+  return false;
----------------
Add an #undef after.


http://reviews.llvm.org/D17259





More information about the llvm-commits mailing list