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 5dcc764 commit ff23125Copy full SHA for ff23125
lib/SILOptimizer/ARC/ARCSequenceOpts.cpp
@@ -39,7 +39,7 @@ using namespace swift;
39
40
STATISTIC(NumRefCountOpsRemoved, "Total number of increments removed");
41
42
-llvm::cl::opt<bool> EnableLoopARC("enable-loop-arc", llvm::cl::init(false));
+llvm::cl::opt<bool> EnableLoopARC("enable-loop-arc", llvm::cl::init(true));
43
44
//===----------------------------------------------------------------------===//
45
// Code Motion
0 commit comments