This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add C bindings for StridedArrayAttr
ClosedPublic

Authored by shabalin on Sep 28 2022, 6:45 AM.

Diff Detail

Event Timeline

shabalin created this revision.Sep 28 2022, 6:45 AM
Herald added a project: Restricted Project. · View Herald TranscriptSep 28 2022, 6:45 AM
shabalin requested review of this revision.Sep 28 2022, 6:45 AM
ftynse accepted this revision.Sep 28 2022, 6:51 AM
ftynse added inline comments.
mlir/include/mlir-c/BuiltinAttributes.h
553–556

80 cols plz.

mlir/lib/CAPI/IR/BuiltinAttributes.cpp
734

Ditto.

This revision is now accepted and ready to land.Sep 28 2022, 6:51 AM
shabalin updated this revision to Diff 463537.Sep 28 2022, 6:55 AM

Fix formatting to fit within 80 cols

shabalin marked 2 inline comments as done.Sep 28 2022, 6:58 AM
shabalin updated this revision to Diff 463802.Sep 29 2022, 2:07 AM

clang-format

This revision was automatically updated to reflect the committed changes.