[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:10:28 PDT 2026
================
@@ -135,7 +135,58 @@ class PyConcreteOpInterface {
nanobind::object obj;
};
-struct PyMemoryEffectsInstanceList {
+/// A borrowed memory effect.
----------------
makslevental wrote:
just curious what does `borrowed` mean here?
https://github.com/llvm/llvm-project/pull/210586
More information about the Mlir-commits
mailing list