[PATCH] D47858: WIP: Introducing PassInstrumentation

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Aug 17 13:50:34 PDT 2018


fedor.sergeev updated this revision to Diff 161320.
fedor.sergeev added a comment.
Herald added subscribers: dexonsmith, steven_wu, eraman.

NB: this is still at early stages, in particular PassExecutionCounter is just a stub for now.
Yet I need a review for people to tell me if I'm completely off the track! :)


Repository:
  rL LLVM

https://reviews.llvm.org/D47858

Files:
  include/llvm/Analysis/CGSCCPassManager.h
  include/llvm/IR/PassInstrumentation.h
  include/llvm/IR/PassManager.h
  include/llvm/IR/PassManagerInternal.h
  include/llvm/Passes/PassBuilder.h
  include/llvm/Transforms/Scalar/LoopPassManager.h
  lib/Analysis/CGSCCPassManager.cpp
  lib/IR/CMakeLists.txt
  lib/IR/PassInstrumentation.cpp
  lib/Passes/PassBuilder.cpp
  lib/Transforms/Scalar/LoopPassManager.cpp
  test/Other/loop-pm-invalidation.ll
  test/Other/new-pass-manager.ll
  test/Other/new-pm-defaults.ll
  test/Other/new-pm-lto-defaults.ll
  test/Other/new-pm-thinlto-defaults.ll
  test/Transforms/Inline/cgscc-incremental-invalidate.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D47858.161320.patch
Type: text/x-patch
Size: 41446 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180817/488ea15f/attachment.bin>


More information about the llvm-commits mailing list