[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
Sun Aug 26 17:11:16 PDT 2018


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

removing Before/After-Analysis callbacks mistakenly added to this commit


Repository:
  rL LLVM

https://reviews.llvm.org/D50923

Files:
  include/llvm/Analysis/PrintIR.h
  include/llvm/IR/IRPrintingPasses.h
  include/llvm/Pass.h
  lib/Analysis/CMakeLists.txt
  lib/Analysis/CallGraphSCCPass.cpp
  lib/Analysis/LoopInfo.cpp
  lib/Analysis/PrintIR.cpp
  lib/CodeGen/MachineFunctionPrinterPass.cpp
  lib/IR/LegacyPassManager.cpp
  test/Other/loop-pass-printer.ll
  test/Other/new-pm-lto-defaults.ll
  test/Other/new-pm-thinlto-defaults.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.162603.patch
Type: text/x-patch
Size: 19728 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20180827/cead0c6e/attachment.bin>


More information about the llvm-commits mailing list