[PATCH] D112040: [InlineAdvisor] Add fallback/format switches and negative remark processing to Replay Inliner

Di Mo via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Fri Oct 29 12:32:25 PDT 2021


This revision was landed with ongoing or failed builds.
This revision was automatically updated to reflect the committed changes.
Closed by commit rG5caad9b5d354: [InlineAdvisor] Add fallback/format switches and negative remark processing to… (authored by modimo).

Changed prior to commit:
  https://reviews.llvm.org/D112040?vs=383464&id=383465#toc

Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D112040/new/

https://reviews.llvm.org/D112040

Files:
  llvm/include/llvm/Analysis/InlineAdvisor.h
  llvm/include/llvm/Analysis/ReplayInlineAdvisor.h
  llvm/lib/Analysis/InlineAdvisor.cpp
  llvm/lib/Analysis/ReplayInlineAdvisor.cpp
  llvm/lib/Transforms/IPO/Inliner.cpp
  llvm/lib/Transforms/IPO/SampleProfile.cpp
  llvm/test/Transforms/Inline/Inputs/cgscc-inline-replay-function.txt
  llvm/test/Transforms/Inline/Inputs/cgscc-inline-replay-line.txt
  llvm/test/Transforms/Inline/Inputs/cgscc-inline-replay.txt
  llvm/test/Transforms/Inline/cgscc-inline-replay.ll
  llvm/test/Transforms/SampleProfile/Inputs/inline-replay-function-scope.txt
  llvm/test/Transforms/SampleProfile/Inputs/inline-replay-function.txt
  llvm/test/Transforms/SampleProfile/Inputs/inline-replay-line.txt
  llvm/test/Transforms/SampleProfile/Inputs/inline-replay-linecolumn.txt
  llvm/test/Transforms/SampleProfile/Inputs/inline-replay-linediscriminator.txt
  llvm/test/Transforms/SampleProfile/Inputs/inline-replay.txt
  llvm/test/Transforms/SampleProfile/inline-replay.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D112040.383465.patch
Type: text/x-patch
Size: 48215 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20211029/86256840/attachment-0001.bin>


More information about the llvm-commits mailing list