[all-commits] [llvm/llvm-project] c65bb7: [MLIR] [Python] Add Operation.parent
John Demme via All-commits
all-commits at lists.llvm.org
Sun May 23 20:53:45 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c65bb760df1f7b2b30e3a6b40b91b9a6294e1619
https://github.com/llvm/llvm-project/commit/c65bb760df1f7b2b30e3a6b40b91b9a6294e1619
Author: John Demme <john.demme at microsoft.com>
Date: 2021-05-23 (Sun, 23 May 2021)
Changed paths:
M mlir/lib/Bindings/Python/IRCore.cpp
M mlir/test/python/ir/operation.py
Log Message:
-----------
[MLIR] [Python] Add Operation.parent
Attribute to get the parent operation of an operation.
Reviewed By: stellaraccident
Differential Revision: https://reviews.llvm.org/D102981
More information about the All-commits
mailing list