Enables putting types and attributes in dicts and sets.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D110301
[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 TimelineHerald added subscribers: wenzhicui, wrengr, Chia-hungDuan and 20 others. · View Herald TranscriptSep 22 2021, 6:47 PM This revision is now accepted and ready to land.Sep 22 2021, 7:08 PM Closed by commit rG47cc166bc023: [MLIR] [Python] Make Attribute and Type hashable (authored by jdd). · Explain WhySep 22 2021, 8:00 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 374418 mlir/lib/Bindings/Python/IRCore.cpp
mlir/test/python/ir/attributes.py
mlir/test/python/ir/builtin_types.py
|