[PATCH] D23415: [Inliner] Report when inlining fails because callee's def is unavailable

Adam Nemet via llvm-commits llvm-commits at lists.llvm.org
Thu Aug 18 21:20:42 PDT 2016


anemet updated this revision to Diff 68645.
anemet added a comment.

Address David's comments.

I've added a new verbosity paramater to the ORE APIs and marked this new
inliner remark verbose.  For now Verbose remarks are only emitted
if -Rpass-with-hotness is on, i.e. it's expected that the output would be
filtered.


https://reviews.llvm.org/D23415

Files:
  include/llvm/Analysis/OptimizationDiagnosticInfo.h
  lib/Analysis/OptimizationDiagnosticInfo.cpp
  lib/Transforms/IPO/Inliner.cpp
  test/Transforms/Inline/optimization-remarks.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D23415.68645.patch
Type: text/x-patch
Size: 10364 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20160819/cdd6a69f/attachment.bin>


More information about the llvm-commits mailing list