[PATCH] D51276: [New PM][PassTiming] implement -time-passes for the new pass manager

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Aug 26 17:12:45 PDT 2018


fedor.sergeev created this revision.
fedor.sergeev added reviewers: chandlerc, jhenderson, thegameg.
Herald added a subscriber: mehdi_amini.

Enable time-passes functionality through PassInstrumentation callbacks
for passes and analyses.


Repository:
  rL LLVM

https://reviews.llvm.org/D51276

Files:
  include/llvm/IR/PassManager.h
  include/llvm/IR/PassTimingInfo.h
  lib/Analysis/CGSCCPassManager.cpp
  lib/IR/PassTimingInfo.cpp
  lib/Transforms/Scalar/LoopPassManager.cpp
  test/Other/time-passes.ll
  tools/opt/NewPMDriver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51276.162605.patch
Type: text/x-patch
Size: 7249 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180827/594d19cb/attachment-0001.bin>


More information about the llvm-commits mailing list