[PATCH] D33886: Reduce the size of output with -print-before/after-all by avoid duplicated dump

Hiroshi Inoue via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jun 6 08:56:44 PDT 2017


inouehrs updated this revision to Diff 101575.
inouehrs added a comment.

- rewrite using a smart pointer.
- try to make the changes looking less intrusive in PassManagers.




https://reviews.llvm.org/D33886

Files:
  include/llvm/IR/LegacyPassManagers.h
  include/llvm/IR/Module.h
  lib/CodeGen/MachineFunction.cpp
  lib/IR/AsmWriter.cpp
  lib/IR/LegacyPassManager.cpp
  lib/IR/Module.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D33886.101575.patch
Type: text/x-patch
Size: 5735 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170606/a92da4aa/attachment.bin>


More information about the llvm-commits mailing list