[Mlir-commits] [mlir] [mlir-c] Add mlirOperationGetParentWithName (PR #206533)

llvmlistbot at llvm.org llvmlistbot at llvm.org
Thu Jul 23 22:57:44 PDT 2026


PragmaTwice wrote:

> If the main purpose of this mlir-c api is to create a python binding later, maybe it's easier to implement the traversal directly on the binding side instead, see the existing examples:

Should this function be a method of `_OperationBase`? It looks weird to be a top-level function to me.

https://github.com/llvm/llvm-project/pull/206533


More information about the Mlir-commits mailing list