This is an archive of the discontinued LLVM Phabricator instance.

[mlir][memref][transform][python] Create .td file for bindings.
ClosedPublic

Authored by ingomueller-net on Jul 28 2023, 6:48 AM.

Details

Summary

This patch creates the .td files for the Python bindings of the
transform ops of the MemRef dialect and integrates them into the build
systems (CMake and Bazel).

Diff Detail

Event Timeline

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

Can we have a test with one simple op to make sure import actually works?

I am working an a patch with a mixin that will have a test. Would that be enough?

ftynse accepted this revision.Jul 31 2023, 1:31 AM
This revision is now accepted and ready to land.Jul 31 2023, 1:31 AM