[PATCH] D51275: [New PM][PassInstrumentation] Adding PassInstrumentation to the AnalysisManager runs

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


fedor.sergeev created this revision.
fedor.sergeev added a reviewer: chandlerc.
Herald added a subscriber: mehdi_amini.

As a prerequisite to pass-times implementation which needs to time both passes
and analyses, adding instrumentation points to the Analysis Manager.
The are two functional differences between Pass and Analysis instrumentation:

- the latter does not increment pass execution counter
- it does not provide ability to skip execution of the corresponding analysis


Repository:
  rL LLVM

https://reviews.llvm.org/D51275

Files:
  include/llvm/IR/PassInstrumentation.h
  include/llvm/IR/PassManager.h
  lib/IR/PassInstrumentation.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D51275.162604.patch
Type: text/x-patch
Size: 6358 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180827/c3b96eee/attachment.bin>


More information about the llvm-commits mailing list