Skip to content

Commit 43e620d

Browse files
committed
Update comment
1 parent 7b68d7d commit 43e620d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/lib/Dialect/Arith/IR/ArithOps.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2723,7 +2723,7 @@ TypedAttr mlir::arith::getIdentityValueAttr(AtomicRMWKind kind, Type resultType,
27232723
return nullptr;
27242724
}
27252725

2726-
/// Return the identity numeric value associated to the given op.
2726+
/// Returns the identity numeric value of the given op.
27272727
std::optional<TypedAttr> mlir::arith::getNeutralElement(Operation *op) {
27282728
std::optional<AtomicRMWKind> maybeKind =
27292729
llvm::TypeSwitch<Operation *, std::optional<AtomicRMWKind>>(op)

0 commit comments

Comments
 (0)