[Mlir-commits] [mlir] [mlir][scf] Fix SCF dialect's operations' descriptions (PR #101653)
Matthias Springer
llvmlistbot at llvm.org
Fri Aug 2 04:44:44 PDT 2024
================
@@ -929,9 +929,9 @@ def ReduceReturnOp :
SCF_Op<"reduce.return", [HasParent<"ReduceOp">, Pure, Terminator]> {
let summary = "terminator for reduce operation";
let description = [{
- "scf.reduce.return" is a special terminator operation for the block inside
- "scf.reduce" regions. It terminates the region. It should have the same
- operand type as the corresponding operand of the enclosing "scf.reduce" op.
+ The `scf.reduce.return` is a special terminator operation for the block inside
----------------
matthias-springer wrote:
No `The` or add `operation`.
https://github.com/llvm/llvm-project/pull/101653
More information about the Mlir-commits
mailing list