Skip to content

Commit 1a18184

Browse files
committed
Run clang-format.
1 parent d8cc8c6 commit 1a18184

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Conversion/TosaToLinalg/TosaToLinalg.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -561,7 +561,8 @@ static Value createLinalgBodyCalculationForElementwiseOp(
561561
auto intMaxPlusOneFP = rewriter.create<arith::ConstantOp>(
562562
loc, rewriter.getFloatAttr(
563563
getElementTypeOrSelf(srcTy),
564-
static_cast<double>(APInt::getSignedMaxValue(dstTy.getIntOrFloatBitWidth())
564+
static_cast<double>(
565+
APInt::getSignedMaxValue(dstTy.getIntOrFloatBitWidth())
565566
.getSExtValue()) +
566567
1.0f));
567568

0 commit comments

Comments
 (0)