Skip to content

Commit f3bf05a

Browse files
author
git apple-llvm automerger
committed
Merge commit '587d6fcbb685' from llvm.org/main into next
2 parents 2c7295e + 587d6fc commit f3bf05a

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

mlir/lib/Analysis/SliceAnalysis.cpp

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -111,8 +111,10 @@ static LogicalResult getBackwardSliceImpl(Operation *op,
111111
return getBackwardSliceImpl(parentOp, backwardSlice, options);
112112
}
113113
}
114+
} else {
115+
return failure();
114116
}
115-
return failure();
117+
return success();
116118
};
117119

118120
bool succeeded = true;

0 commit comments

Comments
 (0)