Skip to content

Commit cb8453b

Browse files
committed
clang-format
1 parent 8c4d201 commit cb8453b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Dialect/Vector/IR/VectorOps.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2417,7 +2417,8 @@ LogicalResult ToElementsOp::fold(FoldAdaptor adaptor,
24172417
return foldToElementsFromElements(*this, results);
24182418
}
24192419

2420-
void vector::ToElementsOp::build(OpBuilder &builder, OperationState &result, Value elements) {
2420+
void vector::ToElementsOp::build(OpBuilder &builder, OperationState &result,
2421+
Value elements) {
24212422
auto vectorType = cast<VectorType>(elements.getType());
24222423
Type elementType = vectorType.getElementType();
24232424
int64_t nbElements = vectorType.getNumElements();

0 commit comments

Comments
 (0)