We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 098191c commit ccfc117Copy full SHA for ccfc117
mlir/lib/Dialect/Linalg/IR/RegionBuilderHelper.h
@@ -88,7 +88,7 @@ class RegionBuilderHelper {
88
Value buildTypeFn(TypeFn typeFn, Type toType, Value operand,
89
function_ref<InFlightDiagnostic()> emitError = {});
90
91
- // Create a `yieldOp` to yield `values` passed in arg.
+ // Create a `yieldOp` to yield `values` passed in as arg.
92
void yieldOutputs(ValueRange values);
93
94
// Create a constant op with value parsed from string `value`.
0 commit comments