[Mlir-commits] [mlir] [mlir][scf] Fix SCF dialect's operations'	descriptions (PR #101653)
    Matthias Springer 
    llvmlistbot at llvm.org
       
    Fri Aug  2 04:44:43 PDT 2024
    
    
  
================
@@ -1172,12 +1172,12 @@ def YieldOp : SCF_Op<"yield", [Pure, ReturnLike, Terminator,
                  "WhileOp"]>]> {
   let summary = "loop yield and termination operation";
   let description = [{
-    "scf.yield" yields an SSA value from the SCF dialect op region and
+    The `scf.yield` yields an SSA value from the SCF dialect op region and
----------------
matthias-springer wrote:
No `The` or add `operation`.
https://github.com/llvm/llvm-project/pull/101653
    
    
More information about the Mlir-commits
mailing list