Skip to content

Commit b491463

Browse files
committed
clang-format
1 parent c1f4264 commit b491463

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
@@ -5534,7 +5534,8 @@ void ShapeCastOp::inferResultRanges(ArrayRef<ConstantIntRanges> argRanges,
55345534

55355535
/// Returns true if each element of 'a' is equal to the product of a contiguous
55365536
/// sequence of the elements of 'b'. Returns false otherwise.
5537-
static bool isValidExpandingShapeCast(ArrayRef<int64_t> a, ArrayRef<int64_t> b) {
5537+
static bool isValidExpandingShapeCast(ArrayRef<int64_t> a,
5538+
ArrayRef<int64_t> b) {
55385539
unsigned rankA = a.size();
55395540
unsigned rankB = b.size();
55405541
assert(rankA <= rankB);

0 commit comments

Comments
 (0)