This is an archive of the discontinued LLVM Phabricator instance.

[mlir][python] Forward _OperationBase _CAPIPtr to the Operation.
ClosedPublic

Authored by stellaraccident on Sep 18 2021, 9:13 PM.

Details

Summary
  • ODS generated operations extend _OperationBase and without this, cannot be marshalled to CAPI functions.
  • No test case updates: this kind of interop is quite hard to verify with in-tree tests.

Diff Detail

Event Timeline

stellaraccident requested review of this revision.Sep 18 2021, 9:13 PM
ftynse accepted this revision.Sep 19 2021, 11:50 PM
This revision is now accepted and ready to land.Sep 19 2021, 11:50 PM