[all-commits] [llvm/llvm-project] b9fc18: [llvm][Inline] Remove PriorityInlineOrder in SCC i...

Liqiang TAO via All-commits all-commits at lists.llvm.org
Tue Apr 26 05:20:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: b9fc18f89acc85081ebffe1bf777c08af4474df4
      https://github.com/llvm/llvm-project/commit/b9fc18f89acc85081ebffe1bf777c08af4474df4
  Author: Liqiang Tao <taolq at outlook.com>
  Date:   2022-04-26 (Tue, 26 Apr 2022)

  Changed paths:
    M llvm/lib/Transforms/IPO/Inliner.cpp
    M llvm/test/Transforms/Inline/inline_call.ll
    M llvm/test/Transforms/Inline/inline_invoke.ll
    M llvm/test/Transforms/Inline/last-callsite.ll

  Log Message:
  -----------
  [llvm][Inline] Remove PriorityInlineOrder in SCC inliner

Since the size of most of SCC's is 1, the PriorityInlineOrder would not change the inline
order in SCC inliner.

Reviewed By: kazu

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




More information about the All-commits mailing list