[PATCH] D47858: [New PM] Introducing PassInstrumentation framework

Philip Pfaffe via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Sep 3 12:45:34 PDT 2018


philip.pfaffe added inline comments.


================
Comment at: include/llvm/IR/PassManager.h:709
+  PassInstrumentation<IRUnitT>
+  getPassInstrumentation(IRUnitT &IR, std::tuple<ArgTs...> Args,
+                         llvm::index_sequence<Ns...>) {
----------------
Are you ever actually calling this, except through the indirection above?


Repository:
  rL LLVM

https://reviews.llvm.org/D47858





More information about the llvm-commits mailing list