[all-commits] [llvm/llvm-project] f4548e: [mlir] Add C API for ControlFlow dialect

Martin Erhart via All-commits all-commits at lists.llvm.org
Wed Mar 16 16:32:54 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f4548ed7fc4fdaaf1761d736f65337d34da5a3af
      https://github.com/llvm/llvm-project/commit/f4548ed7fc4fdaaf1761d736f65337d34da5a3af
  Author: Martin Erhart <maerhart at outlook.com>
  Date:   2022-03-17 (Thu, 17 Mar 2022)

  Changed paths:
    A mlir/include/mlir-c/Dialect/ControlFlow.h
    M mlir/lib/CAPI/Dialect/CMakeLists.txt
    A mlir/lib/CAPI/Dialect/ControlFlow.cpp

  Log Message:
  -----------
  [mlir] Add C API for ControlFlow dialect

Add basic C API for the ControlFlow dialect. Follows the format of the other dialects.

Reviewed By: mehdi_amini

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




More information about the All-commits mailing list