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 cc4d685 commit c547fc1Copy full SHA for c547fc1
lib/SILOptimizer/Transforms/PerformanceInliner.cpp
@@ -28,7 +28,7 @@ llvm::cl::opt<bool> PrintShortestPathInfo(
28
llvm::cl::desc("Print shortest-path information for inlining"));
29
30
llvm::cl::opt<bool> EnableSILInliningOfGenerics(
31
- "sil-inline-generics", llvm::cl::init(false),
+ "sil-inline-generics", llvm::cl::init(true),
32
llvm::cl::desc("Enable inlining of generics"));
33
34
//===----------------------------------------------------------------------===//
0 commit comments