[Mlir-commits] [mlir] [MLIR][Transform][Python] transform.foreach wrapper and .owner OpViews (PR #172228)

Maksim Levental llvmlistbot at llvm.org
Sun Dec 14 14:01:13 PST 2025


================
@@ -174,7 +174,7 @@ def add_fold(rewriter, results, values):
 
     def is_zero(value):
         op = value.owner
-        if isinstance(op, Operation):
+        if isinstance(op, OpView):
----------------
makslevental wrote:

Was this the fail? I'm not sure why this is even an "integration" test - it doesn't require anything that's not available on the pre-commit runners

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


More information about the Mlir-commits mailing list