Skip to content

Commit fe1c4f0

Browse files
committed
[mlir][vector][nfc] Remove redundant "`"
1 parent ede5709 commit fe1c4f0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mlir/include/mlir/Dialect/Vector/IR/VectorOps.td

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -760,7 +760,7 @@ def Vector_FMAOp :
760760
let summary = "vector fused multiply-add";
761761
let description = [{
762762
Multiply-add expressions operate on n-D vectors and compute a fused
763-
pointwise multiply-and-accumulate: `$result = `$lhs * $rhs + $acc`.
763+
pointwise multiply-and-accumulate: `$result = $lhs * $rhs + $acc`.
764764
All operands and result have the same vector type. The semantics
765765
of the operation correspond to those of the `llvm.fma`
766766
[intrinsic](https://llvm.org/docs/LangRef.html#int-fma). In the

0 commit comments

Comments
 (0)