[all-commits] [llvm/llvm-project] a8a2ee: [mlir] Introduce C API for PDL dialect types

Denys Shabalin via All-commits all-commits at lists.llvm.org
Thu Jan 13 06:29:18 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: a8a2ee633190559ff7ce6a081c429f281f9624a5
      https://github.com/llvm/llvm-project/commit/a8a2ee633190559ff7ce6a081c429f281f9624a5
  Author: Denys Shabalin <shabalin at google.com>
  Date:   2022-01-13 (Thu, 13 Jan 2022)

  Changed paths:
    A mlir/include/mlir-c/Dialect/PDL.h
    M mlir/include/mlir-c/Dialect/Quant.h
    M mlir/lib/CAPI/Dialect/CMakeLists.txt
    A mlir/lib/CAPI/Dialect/PDL.cpp
    M mlir/lib/CAPI/Dialect/Quant.cpp
    M mlir/test/CAPI/CMakeLists.txt
    A mlir/test/CAPI/pdl.c
    M mlir/test/CMakeLists.txt
    M mlir/test/lit.cfg.py
    M utils/bazel/llvm-project-overlay/mlir/BUILD.bazel

  Log Message:
  -----------
  [mlir] Introduce C API for PDL dialect types

This change introduces C API helper functions to work with PDL types.
Modification closely follow the format of the https://reviews.llvm.org/D116546.

Reviewed By: ftynse

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




More information about the All-commits mailing list