[all-commits] [llvm/llvm-project] 6ebeb7: [llvm][Inliner] Templatize PriorityInlineOrder

Liqiang TAO via All-commits all-commits at lists.llvm.org
Sun Jul 11 19:39:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 6ebeb7f8baf3feb6657c4e9c523fe61eca2dc43d
      https://github.com/llvm/llvm-project/commit/6ebeb7f8baf3feb6657c4e9c523fe61eca2dc43d
  Author: Liqiang Tao <taolq at outlook.com>
  Date:   2021-07-12 (Mon, 12 Jul 2021)

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

  Log Message:
  -----------
  [llvm][Inliner] Templatize PriorityInlineOrder

The patch templatize PriorityInlinerOrder so that it can accept any type priority metric.

Reviewed By: kazu

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




More information about the All-commits mailing list