This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Remove colon from empty dense array syntax
ClosedPublic

Authored by Mogball on Aug 12 2022, 6:33 PM.

Diff Detail

Event Timeline

Mogball created this revision.Aug 12 2022, 6:33 PM
Mogball requested review of this revision.Aug 12 2022, 6:33 PM
Mogball updated this revision to Diff 452348.Aug 12 2022, 6:33 PM

clang-format

rriddle accepted this revision.Aug 12 2022, 6:34 PM
rriddle added inline comments.
mlir/lib/AsmParser/AttributeParser.cpp
842
This revision is now accepted and ready to land.Aug 12 2022, 6:34 PM
jpienaar accepted this revision.Aug 12 2022, 6:52 PM

Nice, one description nit this is just removing it from empty arrays not in general

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
This revision was automatically updated to reflect the committed changes.

nice, thanks!