[PATCH] D50923: [New PM][PassInstrumentation] IR printing support for New Pass Manager

Fedor Sergeev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Sep 21 04:22:32 PDT 2018


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

moving PrintIR callbacks into StandardInstrumentations.


Repository:
  rL LLVM

https://reviews.llvm.org/D50923

Files:
  include/llvm/IR/IRPrintingPasses.h
  include/llvm/Pass.h
  include/llvm/Passes/StandardInstrumentations.h
  lib/Analysis/CallGraphSCCPass.cpp
  lib/Analysis/LoopInfo.cpp
  lib/CodeGen/MachineFunctionPrinterPass.cpp
  lib/IR/LegacyPassManager.cpp
  lib/Passes/CMakeLists.txt
  lib/Passes/StandardInstrumentations.cpp
  test/Other/loop-pass-printer.ll
  test/Other/print-module-scope.ll
  test/Other/printer.ll
  tools/opt/NewPMDriver.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D50923.166443.patch
Type: text/x-patch
Size: 18046 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180921/7a9b5f77/attachment.bin>


More information about the llvm-commits mailing list