[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
Thu Dec 15 02:11:22 PST 2016


chandlerc updated this revision to Diff 81552.
chandlerc marked 11 inline comments as done.
chandlerc added a comment.

Update to address review comments (and rebase).


https://reviews.llvm.org/D24226

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

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D24226.81552.patch
Type: text/x-patch
Size: 37158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161215/a24ed96d/attachment.bin>


More information about the llvm-commits mailing list