[Mlir-commits] [mlir] [MLIR][CAPI][Python] Add support for constructing memory effect instances (PR #210586)
Maksim Levental
llvmlistbot at llvm.org
Sun Jul 19 11:12:00 PDT 2026
================
@@ -135,7 +135,58 @@ class PyConcreteOpInterface {
nanobind::object obj;
};
-struct PyMemoryEffectsInstanceList {
+/// A borrowed memory effect.
----------------
makslevental wrote:
oh nm - that you don't need to destroy?
https://github.com/llvm/llvm-project/pull/210586
More information about the Mlir-commits
mailing list