[PATCH] D104926: [CSSPGO] Switches to disable pre-link inlining

Hongtao Yu via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Jun 25 09:15:39 PDT 2021


hoy created this revision.
Herald added subscribers: ormris, modimo, wenlei, hiraditya, eraman.
hoy requested review of this revision.
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Adding switches to disable pre-link FDO inlining and cgscc inlining so that we can a chance to collect cross-module inline candidate's GUID to help cross module importing.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D104926

Files:
  llvm/include/llvm/Transforms/IPO/Inliner.h
  llvm/lib/Passes/PassBuilder.cpp
  llvm/lib/Transforms/IPO/Inliner.cpp
  llvm/lib/Transforms/IPO/SampleProfile.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D104926.354523.patch
Type: text/x-patch
Size: 5588 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20210625/9a804e3e/attachment.bin>


More information about the llvm-commits mailing list