[PATCH] D19938: [PM] Port ConstantMerge to the new pass manager

Davide Italiano via llvm-commits llvm-commits at lists.llvm.org
Wed May 4 15:07:09 PDT 2016


davide created this revision.
davide added reviewers: bogner, chandlerc.
davide added a subscriber: llvm-commits.
Herald added a subscriber: joker.eph.

This is a relatively straightforward port, but I'd love to get another pair of eyes on it in case I missed something

http://reviews.llvm.org/D19938

Files:
  include/llvm/InitializePasses.h
  include/llvm/Transforms/IPO/ConstantMerge.h
  lib/LTO/LTOCodeGenerator.cpp
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Transforms/IPO/ConstantMerge.cpp
  lib/Transforms/IPO/IPO.cpp
  test/Transforms/ConstantMerge/merge-both.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19938.56209.patch
Type: text/x-patch
Size: 8032 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160504/55ad5bf3/attachment.bin>


More information about the llvm-commits mailing list