We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f0593a commit 37443aeCopy full SHA for 37443ae
lib/SILOptimizer/Transforms/PerformanceInliner.cpp
@@ -104,7 +104,7 @@ class SILPerformanceInliner {
104
/// The benefit of inlining an exclusivity-containing callee.
105
/// The exclusivity needs to be: dynamic,
106
/// has no nested conflict and addresses known storage
107
- ExclusivityBenefit = RemovedCallBenefit + 300,
+ ExclusivityBenefit = RemovedCallBenefit + 125,
108
109
/// The benefit of inlining class methods with -Osize.
110
/// We only inline very small class methods with -Osize.
0 commit comments