[all-commits] [llvm/llvm-project] 00c95b: [mlir][transform] Add C++ builder to SequenceOp

Matthias Springer via All-commits all-commits at lists.llvm.org
Thu Nov 17 07:02:05 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 00c95b19d7963dae4e8bdee66a9880d44761cffe
      https://github.com/llvm/llvm-project/commit/00c95b19d7963dae4e8bdee66a9880d44761cffe
  Author: Matthias Springer <springerm at google.com>
  Date:   2022-11-17 (Thu, 17 Nov 2022)

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

  Log Message:
  -----------
  [mlir][transform] Add C++ builder to SequenceOp

This change adds a builder that populates the body of a SequenceOp. This is useful for constructing SequenceOps from C++.

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




More information about the All-commits mailing list