[all-commits] [llvm/llvm-project] b9e40c: [mlir] multi-argument binding for top-level transf...
ftynse via All-commits
all-commits at lists.llvm.org
Tue Jan 31 06:21:43 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b9e40cde3b35c64f0e4f2156224a671104e04efd
https://github.com/llvm/llvm-project/commit/b9e40cde3b35c64f0e4f2156224a671104e04efd
Author: Alex Zinenko <zinenko at google.com>
Date: 2023-01-31 (Tue, 31 Jan 2023)
Changed paths:
M mlir/docs/Dialects/Transform.md
M mlir/include/mlir/Dialect/Transform/IR/TransformInterfaces.h
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.h
M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
M mlir/lib/Dialect/Transform/IR/TransformInterfaces.cpp
M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
M mlir/python/mlir/dialects/_transform_ops_ext.py
A mlir/test/Dialect/Transform/multi-arg-top-level-ops.mlir
A mlir/test/Dialect/Transform/multi-arg-top-level-params.mlir
M mlir/test/Dialect/Transform/ops-invalid.mlir
M mlir/test/Dialect/Transform/ops.mlir
M mlir/test/lib/Dialect/Transform/TestTransformDialectInterpreter.cpp
M mlir/test/python/dialects/transform.py
Log Message:
-----------
[mlir] multi-argument binding for top-level transform ops
`applyTransforms` now takes an optional mapping to be associated with
trailing block arguments of the top-level transform op, in addition to
the payload root. This allows for more advanced forms of communication
between C++ code and the transform dialect interpreter, in particular
supplying operations without having to re-match them during
interpretation.
Reviewed By: shabalin
Differential Revision: https://reviews.llvm.org/D142559
More information about the All-commits
mailing list