This is an archive of the discontinued LLVM Phabricator instance.

[mlir][Vector] Make sure that vector.contract preserves extra attributes while parsing
ClosedPublic

Authored by apaszke on Mar 23 2023, 3:03 AM.

Details

Summary

The old implementation parsed the optional attribute dict, only to replace its
contents by using assign.

Diff Detail

Event Timeline

apaszke created this revision.Mar 23 2023, 3:03 AM
Herald added a project: Restricted Project. · View Herald Transcript
apaszke requested review of this revision.Mar 23 2023, 3:03 AM
Herald added a project: Restricted Project. · View Herald TranscriptMar 23 2023, 3:03 AM
ftynse accepted this revision.Mar 23 2023, 3:04 AM
This revision is now accepted and ready to land.Mar 23 2023, 3:04 AM

@ftynse Thanks for the quick review! Could you please submit the patch? I don't have commit rights.

This revision was landed with ongoing or failed builds.Mar 23 2023, 3:32 AM
This revision was automatically updated to reflect the committed changes.