Skip to content

Commit

Permalink
[Substrait] Fix assembly format of field_reference in doc. (NFC) (ire…
Browse files Browse the repository at this point in the history
…e-org/iree-llvm-sandbox#859)

Signed-off-by: Ingo Müller <[email protected]>
  • Loading branch information
ingomueller-net committed Oct 15, 2024
1 parent cde7631 commit c9b27eb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion include/structured/Dialect/Substrait/IR/SubstraitOps.td
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ def Substrait_FieldReferenceOp : Substrait_ExpressionOp<"field_reference", [

```mlir
%0 = ...
%1 = field_reference %0[[0]] : tuple<si32>
%1 = field_reference %0[0] : tuple<si32>
// %1 is of type `si32`
```
}];
Expand Down

0 comments on commit c9b27eb

Please sign in to comment.