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 4528c44 commit a82ca39Copy full SHA for a82ca39
mlir/include/mlir/Dialect/EmitC/IR/EmitCTypes.td
@@ -39,7 +39,7 @@ def EmitC_ArrayType : EmitC_Type<"Array", "array", [ShapedTypeInterface]> {
39
// Array emitted as `int32_t[10]`
40
!emitc.array<10xi32>
41
// Array emitted as `float[10][20]`
42
- !emitc.ptr<10x20xf32>
+ !emitc.array<10x20xf32>
43
```
44
}];
45
0 commit comments