[all-commits] [llvm/llvm-project] bdb8c5: [CSSPGO] Turn on priority inlining for probe-only ...

Hongtao Yu via All-commits all-commits at lists.llvm.org
Fri Apr 29 17:32:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bdb8c50a1cf27ac021e700689affa8dd213db797
      https://github.com/llvm/llvm-project/commit/bdb8c50a1cf27ac021e700689affa8dd213db797
  Author: Hongtao Yu <hoy at fb.com>
  Date:   2022-04-29 (Fri, 29 Apr 2022)

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

  Log Message:
  -----------
  [CSSPGO] Turn on priority inlining for probe-only profile

We have seen that the prioirty inliner delivered on-par performance with the old inliner for probe-only CSSPGO profile, as long as without a size budget. I'm turning on the priority inliner for probe-only profile by default.

Reviewed By: wenlei

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




More information about the All-commits mailing list