Skip to content

Commit ff23125

Browse files
authored
ARCSequenceOpts: Enable loop support (#33818)
1 parent 5dcc764 commit ff23125

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lib/SILOptimizer/ARC/ARCSequenceOpts.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ using namespace swift;
3939

4040
STATISTIC(NumRefCountOpsRemoved, "Total number of increments removed");
4141

42-
llvm::cl::opt<bool> EnableLoopARC("enable-loop-arc", llvm::cl::init(false));
42+
llvm::cl::opt<bool> EnableLoopARC("enable-loop-arc", llvm::cl::init(true));
4343

4444
//===----------------------------------------------------------------------===//
4545
// Code Motion

0 commit comments

Comments
 (0)