This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] [Python] Add Operation.parent
ClosedPublic

Authored by jdd on May 23 2021, 3:06 AM.

Details

Summary

Attribute to get the parent operation of an operation.

Diff Detail

Event Timeline

jdd created this revision.May 23 2021, 3:06 AM
jdd requested review of this revision.May 23 2021, 3:06 AM
jdd updated this revision to Diff 347239.May 23 2021, 3:32 AM

Adding test

This revision is now accepted and ready to land.May 23 2021, 6:46 PM
This revision was automatically updated to reflect the committed changes.