[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 16 20:04:25 PDT 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL278896: [PM] Port the always inliner to the new pass manager in a much more (authored by chandlerc).

Changed prior to commit:
  https://reviews.llvm.org/D23299?vs=67450&id=68301#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D23299

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

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


More information about the llvm-commits mailing list