[all-commits] [llvm/llvm-project] 7e8f9d: [llvm][Inline] Add FunctionSimplificationPipeline ...

Liqiang TAO via All-commits all-commits at lists.llvm.org
Thu Dec 2 19:15:10 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 7e8f9d6b38a443d95daed3904334a96dcc549383
      https://github.com/llvm/llvm-project/commit/7e8f9d6b38a443d95daed3904334a96dcc549383
  Author: Liqiang Tao <taolq at outlook.com>
  Date:   2021-12-03 (Fri, 03 Dec 2021)

  Changed paths:
    M llvm/include/llvm/Passes/PassBuilder.h
    M llvm/lib/Passes/PassBuilderPipelines.cpp

  Log Message:
  -----------
  [llvm][Inline] Add FunctionSimplificationPipeline to module inliner pipeline

The FunctionSimplificationPipeline could effectively reduce the size of .text section when module inliner is enabled.

Reviewed By: kazu

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




More information about the All-commits mailing list