E.g. array<i32:> -> array<i32>
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D131823
[mlir] Remove colon from empty dense array syntax ClosedPublic Authored by Mogball on Aug 12 2022, 6:33 PM.
Details Summary E.g. array<i32:> -> array<i32>
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Aug 12 2022, 6:34 PM Mogball retitled this revision from [mlir] Remove colon from dense array syntax to [mlir] Remove colon from empty dense array syntax.Aug 12 2022, 7:09 PM Closed by commit rG96da738dc516: [mlir] Remove colon from empty dense array syntax (authored by Mogball). · Explain WhyAug 12 2022, 7:37 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 452360 mlir/include/mlir/IR/BuiltinAttributes.td
mlir/lib/AsmParser/AttributeParser.cpp
mlir/lib/IR/AsmPrinter.cpp
mlir/test/IR/attribute.mlir
|