[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:18:30 PDT 2026
================
@@ -135,7 +135,58 @@ class PyConcreteOpInterface {
nanobind::object obj;
};
-struct PyMemoryEffectsInstanceList {
+/// A borrowed memory effect.
----------------
makslevental wrote:
i feel like "borrowed" vs "owning" isn't the correct terminology? I think it's just "kind" vs "instance" ?
https://github.com/llvm/llvm-project/pull/210586
More information about the Mlir-commits
mailing list