This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] 8b/16b DenseIntElements access
ClosedPublic

Authored by rkayaith on Jan 19 2022, 4:30 PM.

Details

Summary

This extends dense attribute element access to support 8b and 16b ints.
Also extends the corresponding parts of the C api.

Diff Detail

Event Timeline

rkayaith created this revision.Jan 19 2022, 4:30 PM
rkayaith updated this revision to Diff 401472.Jan 19 2022, 6:31 PM
rkayaith edited the summary of this revision. (Show Details)

revision summary

rkayaith published this revision for review.Jan 19 2022, 6:33 PM

Can you add some test coverage?

rkayaith updated this revision to Diff 401506.Jan 19 2022, 9:46 PM

add tests

ftynse accepted this revision.Jan 20 2022, 12:32 AM
This revision is now accepted and ready to land.Jan 20 2022, 12:32 AM

Could someone land this for me?

This revision was automatically updated to reflect the committed changes.