Skip to content

Commit 86ceb57

Browse files
committed
clang-format
1 parent b523a5a commit 86ceb57

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Vector/Transforms/VectorLinearize.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -450,7 +450,7 @@ struct LinearizeVectorBitCast final
450450
} // namespace
451451

452452
/// If `type` is VectorType with trailing dimension of (bit) size greater than
453-
/// or equal to `targetBitWidth`, its defining op is considered legal.
453+
/// or equal to `targetBitWidth`, its defining op is considered legal.
454454
static bool legalBecauseOfBitwidth(Type type, unsigned targetBitWidth) {
455455

456456
VectorType vecType = dyn_cast<VectorType>(type);

0 commit comments

Comments
 (0)