[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
================
@@ -875,25 +875,25 @@ def ReduceOp : SCF_Op<"reduce", [
DeclareOpInterfaceMethods<RegionBranchTerminatorOpInterface>]> {
let summary = "reduce operation for scf.parallel";
let description = [{
- "scf.reduce" is the terminator for "scf.parallel" operations. It can model
+ The `scf.reduce` is the terminator for `scf.parallel` operations. It can model
----------------
matthias-springer wrote:
Nit: I think there should be no `The` here. Or add `operation`.
https://github.com/llvm/llvm-project/pull/101653
More information about the Mlir-commits
mailing list