This is an archive of the discontinued LLVM Phabricator instance.

[MLIR][ODS] Add constBuilderCall for TypeArrayAttr
ClosedPublic

Authored by andyly on Sep 18 2020, 8:18 AM.

Details

Summary

constBuilderCall was not defined for TypeArrayAttr, resulting in tblgen not emitting the correct code when TypeArrayAttr is used with a default valued attribute.

Diff Detail

Event Timeline

andyly created this revision.Sep 18 2020, 8:18 AM
andyly requested review of this revision.Sep 18 2020, 8:18 AM
antiagainst accepted this revision.Sep 18 2020, 8:57 AM
This revision is now accepted and ready to land.Sep 18 2020, 8:57 AM