[all-commits] [llvm/llvm-project] 504a75: [mlir][linalg][transform] Add structured.replace op

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Dec 1 00:04:52 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 504a7516a1d1b459375a551d0b4fa0201428680b
      https://github.com/llvm/llvm-project/commit/504a7516a1d1b459375a551d0b4fa0201428680b
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-12-01 (Thu, 01 Dec 2022)

  Changed paths:
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.h
    M mlir/include/mlir/Dialect/Linalg/TransformOps/LinalgTransformOps.td
    M mlir/lib/Dialect/Linalg/TransformOps/LinalgTransformOps.cpp
    A mlir/test/Dialect/Linalg/transform-op-replace.mlir

  Log Message:
  -----------
  [mlir][linalg][transform] Add structured.replace op

This op is useful for debugging/experiments and allows users to replace ops (without arguments + IsolatedFromAbove) with the given op in the region of transform op.

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




More information about the All-commits mailing list