[PATCH] D19398: Second for inlining report
Robert Cox via llvm-commits
llvm-commits at lists.llvm.org
Thu Apr 21 17:44:13 PDT 2016
rcox2 created this revision.
rcox2 added reviewers: reames, hfinkel, apilipenko.
rcox2 added subscribers: kbsmith1, llvm-commits.
Second for inlining report
This is the second in a series of three patches for the inlining report. This annotates the InlineCost.[h,cpp] to include reasons for inlining. Not all of the reasons are included here, as some are handled in the third patch which has more changes to Inliner.cpp. The previous patch was D19397.
http://reviews.llvm.org/D19398
Files:
include/llvm/Analysis/InlineCost.h
lib/Analysis/InlineCost.cpp
lib/Transforms/IPO/InlineAlways.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19398.54601.patch
Type: text/x-patch
Size: 18800 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160422/24915b57/attachment.bin>
More information about the llvm-commits
mailing list