[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
Fri Dec 16 02:21:18 PST 2016
chandlerc updated this revision to Diff 81725.
chandlerc added a comment.
Updates from latest review by Sanjoy.
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.81725.patch
Type: text/x-patch
Size: 36865 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20161216/4d033e1a/attachment.bin>
More information about the llvm-commits
mailing list