[all-commits] [llvm/llvm-project] 609441: [WPD][ThinLTO]Add cutoff option for WPD (#113383)

Mingming Liu via All-commits all-commits at lists.llvm.org
Wed Oct 23 23:47:49 PDT 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 60944177b8fa43d0d315af6b4827f94226e0aa01
      https://github.com/llvm/llvm-project/commit/60944177b8fa43d0d315af6b4827f94226e0aa01
  Author: Mingming Liu <mingmingl at google.com>
  Date:   2024-10-23 (Wed, 23 Oct 2024)

  Changed paths:
    M llvm/lib/Transforms/IPO/WholeProgramDevirt.cpp
    M llvm/test/Transforms/WholeProgramDevirt/import.ll

  Log Message:
  -----------
  [WPD][ThinLTO]Add cutoff option for WPD (#113383)

This option applies for _import_ WPD (i.e., when `DevirtModule` pass
de-virtualizes according to an imported summary, in ThinLTO backend
pipeline). It's meant for debugging (e.g., bisection).



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list