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 ec2ef6d commit 25bc152Copy full SHA for 25bc152
lib/SILOptimizer/SemanticARC/RedundantMoveValueElimination.cpp
@@ -33,9 +33,6 @@ using namespace semanticarc;
33
//===----------------------------------------------------------------------===//
34
35
bool SemanticARCOptVisitor::visitMoveValueInst(MoveValueInst *mvi) {
36
- if (ctx.onlyMandatoryOpts)
37
- return false;
38
-
39
if (!ctx.shouldPerform(ARCTransformKind::RedundantMoveValueElim))
40
return false;
41
0 commit comments