[PATCH] D22703: [PM] Port SymbolRewriter to the new PM

Michael Kuperstein via llvm-commits llvm-commits at lists.llvm.org
Fri Jul 22 14:41:40 PDT 2016


mkuper created this revision.
mkuper added reviewers: compnerd, davide, silvas.
mkuper added a subscriber: llvm-commits.

There are two things that potentially worry me about this port:

1) Is this still the way we want to handle non-default constructors?
2) I've converted the iplist into a std::list<unique_ptr>, because iplist is not moveable. Does this seem reasonable?

https://reviews.llvm.org/D22703

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/Utils/SymbolRewriter.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/Utils/SymbolRewriter.cpp
  test/SymbolRewriter/rewrite.ll
  tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D22703.65161.patch
Type: text/x-patch
Size: 11660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160722/b8e52f2e/attachment.bin>


More information about the llvm-commits mailing list