[PATCH] D58399: [Inliner] Don't initialize ComputeFullInlineCost to be always true because of ORE

Easwaran Raman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 19 13:01:08 PST 2019


eraman added a comment.

One option is to call DiagnosticHandler::isMissedOptRemarkEnabled in Inliner and pass the result (bool)  when creating the CallAnalyzer object. This can be ORed with whether the missed opt remark is enabled  for inline-cost.


Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D58399/new/

https://reviews.llvm.org/D58399





More information about the llvm-commits mailing list