[all-commits] [llvm/llvm-project] 4cf936: [mlir][transform] Add transform.get_defining_op op

Matthias Springer via All-commits all-commits at lists.llvm.org
Tue Feb 21 00:03:41 PST 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4cf936d01f36adaa268fdc1411f27be197434cb2
      https://github.com/llvm/llvm-project/commit/4cf936d01f36adaa268fdc1411f27be197434cb2
  Author: Matthias Springer <springerm at google.com>
  Date:   2023-02-21 (Tue, 21 Feb 2023)

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

  Log Message:
  -----------
  [mlir][transform] Add transform.get_defining_op op

This op is the inverse of `transform.get_result`.

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




More information about the All-commits mailing list