This is an archive of the discontinued LLVM Phabricator instance.

[MLIR] [Python] Allow 'operation.parent' to return 'None'
ClosedPublic

Authored by jdd on Aug 16 2021, 8:41 PM.

Details

Summary

This is more Pythonic and better matches the C++ and C APIs.

Diff Detail

Event Timeline

jdd created this revision.Aug 16 2021, 8:41 PM
jdd requested review of this revision.Aug 16 2021, 8:41 PM
jdd edited the summary of this revision. (Show Details)Aug 16 2021, 8:42 PM
jdd added a reviewer: stellaraccident.
jdd edited the summary of this revision. (Show Details)
stellaraccident accepted this revision.Aug 16 2021, 8:49 PM
This revision is now accepted and ready to land.Aug 16 2021, 8:49 PM
This revision was automatically updated to reflect the committed changes.