[PATCH] D51632: [New PM][PassInstrumentation] enhancing PassInstrumentation with PassManager tracking

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Sep 6 08:57:26 PDT 2018


fedor.sergeev updated this revision to Diff 164227.
fedor.sergeev added a comment.

rebased and somewhat simplified by removing PassManager tracking inside the PassInstrumentation object
itself. It is left for discretion of the callbacks implementing particular instrumentations.
Subsequent -time-passes implementation will use it this way.


Repository:
  rL LLVM

https://reviews.llvm.org/D51632

Files:
  include/llvm/Analysis/CGSCCPassManager.h
  include/llvm/Analysis/PrintIR.h
  include/llvm/IR/PassInstrumentation.h
  include/llvm/IR/PassManager.h
  include/llvm/Transforms/Scalar/LoopPassManager.h
  lib/Analysis/CGSCCPassManager.cpp
  lib/Analysis/PrintIR.cpp
  lib/IR/PassInstrumentation.cpp
  lib/Transforms/Scalar/LoopPassManager.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51632.164227.patch
Type: text/x-patch
Size: 19295 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180906/086ebe85/attachment.bin>


More information about the llvm-commits mailing list