This is an archive of the discontinued LLVM Phabricator instance.

[mlir][memref][transform][python] Create mix-in for MemRefMultiBufferOp.
ClosedPublic

Authored by ingomueller-net on Jul 28 2023, 10:21 AM.

Details

Summary

Create a mix-in class with an overloaded constructor that makes the
return type optional.

Diff Detail

Event Timeline

Herald added a project: Restricted Project. · View Herald TranscriptJul 28 2023, 10:22 AM
ingomueller-net requested review of this revision.Jul 28 2023, 10:22 AM

Delcaring D156536 as dependent patch.

Delcaring D156536 as dependent patch.

You can click "edit related revisions" on the right to add parent revisions.

ftynse requested changes to this revision.Jul 31 2023, 1:34 AM

Did you forget to git add?

This revision now requires changes to proceed.Jul 31 2023, 1:34 AM
  • Add main *_ext.py file, which I had forgotten to add.
  • Rebase to main.
ftynse accepted this revision.Jul 31 2023, 8:14 AM
This revision is now accepted and ready to land.Jul 31 2023, 8:14 AM