[Mlir-commits] [mlir] [mlir][scf] Fix SCF dialect's operations' descriptions (PR #101653)

Andrey Timonin llvmlistbot at llvm.org
Fri Aug 2 04:53:12 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
----------------
EtoAndruwa wrote:

Hello! Thank you, missed `operation`. Fixed.

https://github.com/llvm/llvm-project/pull/101653


More information about the Mlir-commits mailing list