Skip to content

Commit 68e6fb4

Browse files
committed
clang-format
1 parent cf86eb6 commit 68e6fb4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

mlir/lib/Conversion/ArithToSPIRV/ArithToSPIRV.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -623,7 +623,8 @@ struct IndexCastIndexI1Pattern final
623623
return failure();
624624

625625
Location loc = op.getLoc();
626-
Value zeroIdx = spirv::ConstantOp::getZero(adaptor.getIn().getType(), loc, rewriter);
626+
Value zeroIdx =
627+
spirv::ConstantOp::getZero(adaptor.getIn().getType(), loc, rewriter);
627628
rewriter.replaceOpWithNewOp<spirv::INotEqualOp>(op, op.getType(), zeroIdx,
628629
adaptor.getIn());
629630
return success();

0 commit comments

Comments
 (0)