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

Rolf Morel llvmlistbot at llvm.org
Wed Jan 28 05:49:09 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:

Hmm. With this changed back, I see the Windows CI is failing. Will investigate.

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


More information about the Mlir-commits mailing list