[PATCH] D24226: [PM] Provide an initial, minimal port of the inliner to the new pass manager.

Chandler Carruth via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Mon Dec 19 19:26:01 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL290161: [PM] Provide an initial, minimal port of the inliner to the new pass manager. (authored by chandlerc).

Changed prior to commit:
  https://reviews.llvm.org/D24226?vs=81725&id=82058#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D24226

Files:
  llvm/trunk/include/llvm/Analysis/CGSCCPassManager.h
  llvm/trunk/include/llvm/Transforms/IPO/Inliner.h
  llvm/trunk/include/llvm/Transforms/IPO/InlinerPass.h
  llvm/trunk/include/llvm/Transforms/Utils/Cloning.h
  llvm/trunk/lib/Analysis/InlineCost.cpp
  llvm/trunk/lib/Passes/PassBuilder.cpp
  llvm/trunk/lib/Passes/PassRegistry.def
  llvm/trunk/lib/Transforms/IPO/AlwaysInliner.cpp
  llvm/trunk/lib/Transforms/IPO/InlineSimple.cpp
  llvm/trunk/lib/Transforms/IPO/Inliner.cpp
  llvm/trunk/lib/Transforms/Utils/InlineFunction.cpp
  llvm/trunk/test/Transforms/Inline/basictest.ll
  llvm/trunk/test/Transforms/Inline/cgscc-update.ll
  llvm/trunk/test/Transforms/Inline/last-callsite.ll
  llvm/trunk/test/Transforms/Inline/nested-inline.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24226.82058.patch
Type: text/x-patch
Size: 42000 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161220/788989de/attachment.bin>


More information about the llvm-commits mailing list