Skip to content

Commit

Permalink
Merge pull request #1788 from schilkp:schilkp/mlir_yield_docs
Browse files Browse the repository at this point in the history
PiperOrigin-RevId: 705403639
  • Loading branch information
copybara-github committed Dec 12, 2024
2 parents 69c1c45 + 0c674fb commit 92fe61e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion xls/contrib/mlir/IR/xls_ops.td
Original file line number Diff line number Diff line change
Expand Up @@ -1051,7 +1051,7 @@ def Xls_MapOp : Xls_Op<"map", []> {
def Xls_YieldOp : Xls_Op<"yield", [Pure, ReturnLike, Terminator]> {
let summary = "for return op";
let description = [{
Yields an SSA value from the enclosing ForOp region.
Yields an SSA value from the enclosing ForOp, EprocOp, or SprocOp region.
}];

let arguments = (ins Variadic<AnyType>:$results);
Expand Down

0 comments on commit 92fe61e

Please sign in to comment.