[Mlir-commits] [mlir] Fix the order of operation attribute verification (PR #180698)

Jacques Pienaar llvmlistbot at llvm.org
Sun Feb 15 08:21:14 PST 2026


================
@@ -141,20 +141,6 @@ LogicalResult transform::TransformDialect::verifyOperationAttribute(
                                         "operations with symbol tables";
     }
 
-    // Pre-verify calls and callables because call graph construction below
----------------
jpienaar wrote:

Could you explain why this is needed?

(I'm not sure if this verify method is actually valid, it seems to be checking for symbols but not using any of the symbol verification interfaces ...)

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


More information about the Mlir-commits mailing list