[PATCH] D23299: [PM] Port the always inliner to the new pass manager in a much more minimal and boring form than the old pass manager's version.

Chandler Carruth via llvm-commits llvm-commits at lists.llvm.org
Tue Aug 9 15:49:12 PDT 2016


chandlerc updated this revision to Diff 67427.
chandlerc marked 2 inline comments as done.
chandlerc added a comment.

Update with fixes suggested in review!


https://reviews.llvm.org/D23299

Files:
  include/llvm/InitializePasses.h
  include/llvm/LinkAllPasses.h
  include/llvm/Transforms/IPO.h
  include/llvm/Transforms/IPO/AlwaysInliner.h
  lib/Passes/PassBuilder.cpp
  lib/Passes/PassRegistry.def
  lib/Target/AMDGPU/AMDGPUTargetMachine.cpp
  lib/Transforms/IPO/AlwaysInliner.cpp
  lib/Transforms/IPO/CMakeLists.txt
  lib/Transforms/IPO/IPO.cpp
  lib/Transforms/IPO/InlineAlways.cpp
  test/Transforms/Inline/always-inline.ll
  tools/bugpoint/bugpoint.cpp
  tools/opt/opt.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23299.67427.patch
Type: text/x-patch
Size: 14596 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160809/ba592295/attachment.bin>


More information about the llvm-commits mailing list