[all-commits] [llvm/llvm-project] a0d96f: [llvm][Inliner] Make PriorityInlineOrder lazily up...
Liqiang TAO via All-commits
all-commits at lists.llvm.org
Tue Jun 22 18:00:57 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a0d96fdd3a4cda4d882076eff436301e1ec19055
https://github.com/llvm/llvm-project/commit/a0d96fdd3a4cda4d882076eff436301e1ec19055
Author: Liqiang Tao <taolq at outlook.com>
Date: 2021-06-23 (Wed, 23 Jun 2021)
Changed paths:
M llvm/lib/Transforms/IPO/Inliner.cpp
Log Message:
-----------
[llvm][Inliner] Make PriorityInlineOrder lazily updated
This patch makes PriorityInlineOrder lazily updated.
The PriorityInlineOrder would lazily update the desirability of a call site if it's decreasing.
Reviewed By: kazu
Differential Revision: https://reviews.llvm.org/D104654
More information about the All-commits
mailing list