[all-commits] [llvm/llvm-project] c08502: [MLIR][Transform] expose transform.debug extension...
Rolf Morel via All-commits
all-commits at lists.llvm.org
Wed Jun 25 08:39:23 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: c08502defe47d71d3e0beecee8ca040279c4dff9
https://github.com/llvm/llvm-project/commit/c08502defe47d71d3e0beecee8ca040279c4dff9
Author: Rolf Morel <rolf.morel at intel.com>
Date: 2025-06-25 (Wed, 25 Jun 2025)
Changed paths:
M mlir/include/mlir/Dialect/Transform/DebugExtension/DebugExtensionOps.td
M mlir/lib/Dialect/Transform/DebugExtension/DebugExtensionOps.cpp
M mlir/python/CMakeLists.txt
A mlir/python/mlir/dialects/TransformDebugExtensionOps.td
A mlir/python/mlir/dialects/transform/debug.py
A mlir/test/python/dialects/transform_debug_ext.py
Log Message:
-----------
[MLIR][Transform] expose transform.debug extension in Python (#145550)
Removes the Debug... prefix on the ops in tablegen, in line with pretty
much all other Transform-dialect extension ops. This means that the ops
in Python look like
`debug.EmitParamAsRemarkOp`/`debug.emit_param_as_remark` instead of
`debug.DebugEmitParamAsRemarkOp`/`debug.debug_emit_param_as_remark`.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list