[PATCH] D153154: [NFC][Inliner] Introduce per-target savings multiplier and profitable multiplier to use a hybrid of cost-benefit and cost-threshold analysis.
Mingming Liu via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Tue Jun 20 09:56:31 PDT 2023
mingmingl updated this revision to Diff 532971.
mingmingl retitled this revision from "[Inliner]Use a hybrid of cost-benefit and cost-threshold analysis." to "[NFC][Inliner] Introduce per-target savings multiplier and profitable multiplier to use a hybrid of cost-benefit and cost-threshold analysis.".
mingmingl edited the summary of this revision.
mingmingl added a comment.
Herald added a subscriber: kristof.beyls.
Update patch to have per-target parameters. Tests WIP
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D153154/new/
https://reviews.llvm.org/D153154
Files:
llvm/include/llvm/Analysis/TargetTransformInfo.h
llvm/include/llvm/Analysis/TargetTransformInfoImpl.h
llvm/lib/Analysis/InlineCost.cpp
llvm/lib/Analysis/TargetTransformInfo.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D153154.532971.patch
Type: text/x-patch
Size: 4547 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20230620/b233f77c/attachment.bin>
More information about the llvm-commits
mailing list