This is an archive of the discontinued LLVM Phabricator instance.

[mlir] Add constBuilderCall to DictionaryAttr
ClosedPublic

Authored by ezhulenev on Dec 28 2022, 12:45 PM.

Diff Detail

Event Timeline

ezhulenev created this revision.Dec 28 2022, 12:45 PM
ezhulenev requested review of this revision.Dec 28 2022, 12:45 PM
ftynse accepted this revision.Dec 29 2022, 12:47 AM
This revision is now accepted and ready to land.Dec 29 2022, 12:47 AM

Let's at least have a test exercising this (with non-empty dictionary).

This revision was automatically updated to reflect the committed changes.