[all-commits] [llvm/llvm-project] bd1755: [mlir][memref][transform][python] Create .td file ...

Ingo Müller via All-commits all-commits at lists.llvm.org
Mon Jul 31 02:49:42 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: bd17556d550f25422f59e0aafbe43ef5e11207b0
      https://github.com/llvm/llvm-project/commit/bd17556d550f25422f59e0aafbe43ef5e11207b0
  Author: Ingo Müller <ingomueller at google.com>
  Date:   2023-07-31 (Mon, 31 Jul 2023)

  Changed paths:
    M mlir/python/CMakeLists.txt
    A mlir/python/mlir/dialects/MemRefTransformOps.td
    A mlir/python/mlir/dialects/transform/memref.py
    M utils/bazel/llvm-project-overlay/mlir/python/BUILD.bazel

  Log Message:
  -----------
  [mlir][memref][transform][python] Create .td file for bindings.

This patch creates the .td files for the Python bindings of the
transform ops of the MemRef dialect and integrates them into the build
systems (CMake and Bazel).

Reviewed By: ftynse

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




More information about the All-commits mailing list