[Mlir-commits] [mlir] [MLIR][Python] Impl XOpInterface(s) from Python, with X=Transform and X=MemoryEffects (PR #176920)

Rolf Morel llvmlistbot at llvm.org
Sat Jan 31 06:25:04 PST 2026


================
@@ -575,7 +575,7 @@ MutableOperandRange MutableOperandRangeRange::dereference(const OwnerT &object,
 
 ResultRange::ResultRange(OpResult result)
     : ResultRange(static_cast<detail::OpResultImpl *>(Value(result).getImpl()),
-                  1) {}
+                  0) {}
----------------
rolfmorel wrote:

Fixed.

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


More information about the Mlir-commits mailing list