[all-commits] [llvm/llvm-project] 1a36ea: [Pass Builder] Allow Module Inliner for full LTO

IBricchi via All-commits all-commits at lists.llvm.org
Mon Apr 3 05:16:52 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1a36eaa552f14e7376b38cf5fc54afdf52cc8f13
      https://github.com/llvm/llvm-project/commit/1a36eaa552f14e7376b38cf5fc54afdf52cc8f13
  Author: ibricchi <ibricchi at student.ethz.ch>
  Date:   2023-04-03 (Mon, 03 Apr 2023)

  Changed paths:
    M llvm/lib/Passes/PassBuilderPipelines.cpp

  Log Message:
  -----------
  [Pass Builder] Allow Module Inliner for full LTO

Currently there is no way to enable the module inliner when
linking with full lto. This patch enables that option.

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




More information about the All-commits mailing list