This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] [Python] Make Attribute and Type hashable
ClosedPublic

Authored by jdd on Sep 22 2021, 6:47 PM.

Details

Summary

Enables putting types and attributes in dicts and sets.

Diff Detail

Event Timeline

jdd created this revision.Sep 22 2021, 6:47 PM
jdd requested review of this revision.Sep 22 2021, 6:47 PM
stellaraccident accepted this revision.Sep 22 2021, 7:08 PM
This revision is now accepted and ready to land.Sep 22 2021, 7:08 PM
This revision was automatically updated to reflect the committed changes.
jdd added a comment.Sep 22 2021, 8:03 PM

Thanks Stella!