Skip to content

Commit bd21220

Browse files
committed
format
1 parent 5b4b363 commit bd21220

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

mlir/lib/Dialect/LLVMIR/IR/NVVMDialect.cpp

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -963,8 +963,8 @@ LogicalResult NVVM::WMMALoadOp::verify() {
963963
// Special case for f64 fragments
964964
Type f64Ty = Float64Type::get(getContext());
965965
if (typeInfo.first == f64Ty && typeInfo.second == 1) {
966-
if (getType() != f64Ty)
967-
return emitOpError("expected destination type to be f64");
966+
if (getType() != f64Ty)
967+
return emitOpError("expected destination type to be f64");
968968
return success();
969969
}
970970
// Everything else is a struct

0 commit comments

Comments
 (0)