Re-apply https://reviews.llvm.org/D157704.
The original patch broke the tests on Python 3.8 and got reverted by
0c4aad050c23254c3c612e860e1278961d161aef. This patch replaces the usage
of the vertical bar operator for type hints with Union.
Paths
| Differential D158075
[mlir][linalg][transform][python] Add mix-in for BufferizeToAllocOp. ClosedPublic Authored by ingomueller-net on Aug 16 2023, 6:18 AM.
Details Summary Re-apply https://reviews.llvm.org/D157704. The original patch broke the tests on Python 3.8 and got reverted by
Diff Detail
Event TimelineComment Actions The original patch has been reviewed and the update is trivial. Will self-accept when CI has passed. This revision is now accepted and ready to land.Aug 16 2023, 7:24 AM Closed by commit rG2d3dcd4aecb9: [mlir][linalg][transform][python] Add mix-in for BufferizeToAllocOp. (authored by ingomueller-net). · Explain WhyAug 16 2023, 8:07 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 550760 mlir/python/mlir/dialects/_structured_transform_ops_ext.py
mlir/test/python/dialects/transform_structured_ext.py
|