[all-commits] [llvm/llvm-project] 193803: [mlir][Transform] Allow parameter and value types ...

Quinn Dawkins via All-commits all-commits at lists.llvm.org
Tue Jun 20 11:02:22 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 193803968f12170c7b381629b15e3bf3c6c10196
      https://github.com/llvm/llvm-project/commit/193803968f12170c7b381629b15e3bf3c6c10196
  Author: Quinn Dawkins <quinn at nod-labs.com>
  Date:   2023-06-20 (Tue, 20 Jun 2023)

  Changed paths:
    M mlir/include/mlir/Dialect/Transform/IR/TransformOps.td
    M mlir/lib/Dialect/Transform/IR/TransformOps.cpp
    M mlir/test/Dialect/Linalg/match-ops-interpreter.mlir
    M mlir/test/Dialect/Transform/test-interpreter.mlir
    M mlir/test/lib/Dialect/Transform/TestTransformDialectExtension.cpp
    M mlir/test/lib/Dialect/Transform/TestTransformDialectExtension.td

  Log Message:
  -----------
  [mlir][Transform] Allow parameter and value types in merge_handles op

Similar to operation handles, merging handles for other types can be useful to
avoid repetition of common transformations across a set of parameters.
For example, forming a list of static values for comparison rather than
comparing the parameters one at a time.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D153240




More information about the All-commits mailing list