[all-commits] [llvm/llvm-project] 024ae7: [mlir][Transform] Add transform.any_param type
Quinn Dawkins via All-commits
all-commits at lists.llvm.org
Thu Jul 27 11:22:04 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 024ae73fa196adf41bb55cc2481ef28bde0e0a2c
https://github.com/llvm/llvm-project/commit/024ae73fa196adf41bb55cc2481ef28bde0e0a2c
Author: Quinn Dawkins <quinn at nod-labs.com>
Date: 2023-07-27 (Thu, 27 Jul 2023)
Changed paths:
M mlir/docs/Dialects/Transform.md
M mlir/include/mlir/Dialect/Transform/IR/TransformTypes.td
M mlir/lib/Dialect/Transform/IR/TransformTypes.cpp
M mlir/test/Dialect/Transform/ops.mlir
M mlir/test/Dialect/Transform/test-interpreter.mlir
Log Message:
-----------
[mlir][Transform] Add transform.any_param type
Introduces a generic parameter type intended for transform dialect use
cases that uses/manipulates the underlying attribute (e.g. op
annotation). Includes a disclaimer that mixing parameter based and
attribute based control is discouraged.
Differential Revision: https://reviews.llvm.org/D155980
More information about the All-commits
mailing list