[PATCH] D79275: [llvm][NFC] Inliner: factor cost and reporting out of inlining process

Mircea Trofin via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri May 1 17:18:16 PDT 2020


mtrofin created this revision.
mtrofin added reviewers: davidxl, echristo.
Herald added subscribers: llvm-commits, hiraditya, eraman.
Herald added a project: LLVM.

This factors cost and reporting out of the inlining workflow, thus
making it easier to reuse when driving inlining from the upcoming
InliningAdvisor.

Depends on: D79215 <https://reviews.llvm.org/D79215>


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D79275

Files:
  llvm/lib/Transforms/IPO/Inliner.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D79275.261570.patch
Type: text/x-patch
Size: 9004 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200502/40bfb9a5/attachment-0001.bin>


More information about the llvm-commits mailing list