[all-commits] [llvm/llvm-project] 5d3489: [mlir][transform][lingalg][python] Replace pdl.ope...
Ingo Müller via All-commits
all-commits at lists.llvm.org
Fri Sep 15 00:06:24 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 5d3489e940d47fcf2108c518b630670c3183e1c1
https://github.com/llvm/llvm-project/commit/5d3489e940d47fcf2108c518b630670c3183e1c1
Author: Ingo Müller <ingomueller at google.com>
Date: 2023-09-15 (Fri, 15 Sep 2023)
Changed paths:
M mlir/python/mlir/dialects/_structured_transform_ops_ext.py
Log Message:
-----------
[mlir][transform][lingalg][python] Replace pdl.operation => transform.any_op. (#66392)
For some reason, the mix-ins of the Python bindings of this dialect used
the PDL type for "any op". However, PDL isn't involved here, so it makes
more sense to use the corresponding type of the transform dialect. This
PR changes that.
More information about the All-commits
mailing list