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.
2 parents 1d9a072 + 37443ae commit a7c1263Copy full SHA for a7c1263
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