This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Allow DenseElementsAttr to use any shaped type
ClosedPublic

Authored by Mogball on Sep 30 2022, 5:36 PM.

Details

Summary

This patch allows the type of DenseElementsAttr to be any shaped type.

Diff Detail

Event Timeline

Mogball created this revision.Sep 30 2022, 5:36 PM
Herald added a project: Restricted Project. · View Herald TranscriptSep 30 2022, 5:36 PM
Mogball requested review of this revision.Sep 30 2022, 5:36 PM
rriddle accepted this revision.Sep 30 2022, 7:08 PM

Makes a lot of sense to me.

This revision is now accepted and ready to land.Sep 30 2022, 7:08 PM
This revision was automatically updated to reflect the committed changes.