[MLIR] [Python] Add `owner` to PyValue and fix its parent reference
Adds `owner` python call to `mlir.ir.Value`. Assuming that `PyValue.parentOperation` is intended to be the value's owner, this fixes the construction of it from `PyOpOperandList`. Reviewed By: stellaraccident Differential Revision: https://reviews.llvm.org/D103853
Loading
Please sign in to comment