[Mlir-commits] [mlir] [MLIR][Transform][Python] expose transform.debug extension in Python (PR #145550)

Oleksandr Alex Zinenko llvmlistbot at llvm.org
Wed Jun 25 07:27:36 PDT 2025


================
@@ -20,7 +20,7 @@ include "mlir/Dialect/Transform/Interfaces/MatchInterfaces.td"
 include "mlir/Dialect/Transform/Interfaces/TransformInterfaces.td"
 include "mlir/Dialect/Transform/IR/TransformDialect.td"
 
-def DebugEmitRemarkAtOp : TransformDialectOp<"debug.emit_remark_at",
+def EmitRemarkAtOp : TransformDialectOp<"debug.emit_remark_at",
----------------
ftynse wrote:

Please make it clear in the commit message that operation names are also changed, beyond Python, and explain why.

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


More information about the Mlir-commits mailing list