[PATCH] D19397: Initial patch for inlining report

Robert Cox via llvm-commits llvm-commits at lists.llvm.org
Thu Apr 21 17:37:39 PDT 2016


rcox2 created this revision.
rcox2 added reviewers: reames, hfinkel, apilipenko.
rcox2 added subscribers: kbsmith1, llvm-commits.

Initial patch for inlining report 

This is an initial patch in a series of 3 patches.  After applying this patch, an inlining report can be printed with the option -inline-report=X where X is a bit  mask with values described in InlineReport.cpp.  Inlining reasons are absent at this point. 

http://reviews.llvm.org/D19397

Files:
  include/llvm/Analysis/CallGraph.h
  include/llvm/Analysis/CallGraphReport.h
  include/llvm/Transforms/IPO/InlineReport.h
  include/llvm/Transforms/IPO/InlinerPass.h
  include/llvm/Transforms/Utils/Cloning.h
  lib/Transforms/IPO/ArgumentPromotion.cpp
  lib/Transforms/IPO/CMakeLists.txt
  lib/Transforms/IPO/InlineAlways.cpp
  lib/Transforms/IPO/InlineReport.cpp
  lib/Transforms/IPO/Inliner.cpp
  lib/Transforms/Utils/InlineFunction.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D19397.54598.patch
Type: text/x-patch
Size: 43902 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160422/bad9ed52/attachment-0001.bin>


More information about the llvm-commits mailing list