This is an archive of the discontinued LLVM Phabricator instance.

[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
0c4aad050c23254c3c612e860e1278961d161aef. This patch replaces the usage
of the vertical bar operator for type hints with Union.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald Transcript
ingomueller-net requested review of this revision.Aug 16 2023, 6:18 AM

The original patch has been reviewed and the update is trivial. Will self-accept when CI has passed.

ftynse accepted this revision.Aug 16 2023, 7:24 AM
This revision is now accepted and ready to land.Aug 16 2023, 7:24 AM