[all-commits] [llvm/llvm-project] d52e77: [llvm][ModuleInliner] Add inline cost priority for...

Liqiang TAO via All-commits all-commits at lists.llvm.org
Thu Jul 28 07:44:44 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: d52e775b05a4eb1217e0e007b702f46ea097c2a3
      https://github.com/llvm/llvm-project/commit/d52e775b05a4eb1217e0e007b702f46ea097c2a3
  Author: Liqiang Tao <taolq at outlook.com>
  Date:   2022-07-28 (Thu, 28 Jul 2022)

  Changed paths:
    M llvm/include/llvm/Analysis/InlineOrder.h
    M llvm/lib/Analysis/CMakeLists.txt
    A llvm/lib/Analysis/InlineOrder.cpp
    M llvm/lib/Transforms/IPO/ModuleInliner.cpp

  Log Message:
  -----------
  [llvm][ModuleInliner] Add inline cost priority for module inliner

This patch introduces the inline cost priority into the
module inliner, which uses the same computation as
InlineCost.

Reviewed By: kazu

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




More information about the All-commits mailing list