[Mlir-commits] [mlir] [MLIR][Python] remove `liveOperations` (PR #155114)

Jacques Pienaar llvmlistbot at llvm.org
Tue Aug 26 07:15:37 PDT 2025


================
@@ -415,6 +415,8 @@ MLIR_CAPI_EXPORTED MlirOperation mlirModuleGetOperation(MlirModule module);
 /// The returned module is null when the input operation was not a ModuleOp.
 MLIR_CAPI_EXPORTED MlirModule mlirModuleFromOperation(MlirOperation op);
 
+MLIR_CAPI_EXPORTED bool mlirModuleEqual(MlirModule lhs, MlirModule rhs);
----------------
jpienaar wrote:

Nit: comment.

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


More information about the Mlir-commits mailing list