[all-commits] [llvm/llvm-project] bec4ab: [llvm][NFC] Inliner: factor cost and reporting out...

Mircea Trofin via All-commits all-commits at lists.llvm.org
Sun May 3 10:39:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: bec4ab95a4b7ed2a875af8a56189784d37a4ca12
      https://github.com/llvm/llvm-project/commit/bec4ab95a4b7ed2a875af8a56189784d37a4ca12
  Author: Mircea Trofin <mtrofin at google.com>
  Date:   2020-05-03 (Sun, 03 May 2020)

  Changed paths:
    M llvm/lib/Transforms/IPO/Inliner.cpp

  Log Message:
  -----------
  [llvm][NFC] Inliner: factor cost and reporting out of inlining process

Summary:
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

Reviewers: davidxl, echristo

Subscribers: eraman, hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D79275




More information about the All-commits mailing list