This is an archive of the discontinued LLVM Phabricator instance.

[mlir][CAPI] Add mlirAttributeGetType function.
ClosedPublic

Authored by stellaraccident on Oct 15 2020, 5:29 PM.

Details

Summary
  • Also fixes the const-ness of the various DenseElementsAttr construction functions.
  • Both issues identified when trying to use the DenseElementsAttr functions.

Diff Detail

Event Timeline

stellaraccident requested review of this revision.Oct 15 2020, 5:29 PM
silvas accepted this revision.Oct 15 2020, 5:35 PM
This revision is now accepted and ready to land.Oct 15 2020, 5:35 PM
This revision was automatically updated to reflect the committed changes.