[all-commits] [llvm/llvm-project] 223a0f: [mlir][transform] Add builder to ApplyPatternsOp

Matthias Springer via All-commits all-commits at lists.llvm.org
Wed Jun 7 03:07:50 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 223a0f63745635c50951960b0ffcf42c77988ed7
      https://github.com/llvm/llvm-project/commit/223a0f63745635c50951960b0ffcf42c77988ed7
  Author: Matthias Springer <me at m-sp.org>
  Date:   2023-06-07 (Wed, 07 Jun 2023)

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

  Log Message:
  -----------
  [mlir][transform] Add builder to ApplyPatternsOp

Add a builder that takes a callback to construct the body of the op.

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




More information about the All-commits mailing list