[MLIR] [Python] Add `owner` to `mlir.ir.Block`
authorJohn Demme <john.demme@microsoft.com>
Thu, 19 Aug 2021 07:02:09 +0000 (00:02 -0700)
committerJohn Demme <john.demme@microsoft.com>
Thu, 19 Aug 2021 07:02:09 +0000 (00:02 -0700)
commit96fbd5cd5e442bd01172d0d4491a2ef19876621f
treed09148dcdadfed665e393b59c8adb3755de78ad1
parent234c4d2362c9015770132ae4e35d5973bc03ef6c
[MLIR] [Python] Add `owner` to `mlir.ir.Block`

Provides a way for python users to access the owning Operation from a Block.
mlir/lib/Bindings/Python/IRCore.cpp