[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 18:38:14 PDT 2016


chandlerc updated this revision to Diff 67450.
chandlerc added a comment.

Address review comments.


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
  lib/Transforms/Utils/InlineFunction.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.67450.patch
Type: text/x-patch
Size: 15659 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160810/b28918c1/attachment.bin>


More information about the llvm-commits mailing list