This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add initial Python bindings for DenseInt/FPElementsAttr
ClosedPublic

Authored by ftynse on Nov 6 2020, 3:06 AM.

Details

Summary

Enumerating elements in these classes is necessary to enable custom
operand accessors for variadic operands.

Depends On D90919

Diff Detail

Event Timeline

ftynse created this revision.Nov 6 2020, 3:06 AM
ftynse requested review of this revision.Nov 6 2020, 3:06 AM
stellaraccident accepted this revision.Nov 6 2020, 7:56 AM
This revision is now accepted and ready to land.Nov 6 2020, 7:56 AM
ftynse updated this revision to Diff 303855.Nov 9 2020, 6:18 AM

Rebase and simplify

This revision was landed with ongoing or failed builds.Nov 9 2020, 6:24 AM
This revision was automatically updated to reflect the committed changes.