[all-commits] [llvm/llvm-project] 86bc2e: [MLIR] Add a number of methods to the C API

Adam Paszke via All-commits all-commits at lists.llvm.org
Wed Jul 12 22:10:46 PDT 2023


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 86bc2e3ae905f0668f12c6f52191c1273936da80
      https://github.com/llvm/llvm-project/commit/86bc2e3ae905f0668f12c6f52191c1273936da80
  Author: Adam Paszke <apaszke at google.com>
  Date:   2023-07-12 (Wed, 12 Jul 2023)

  Changed paths:
    M mlir/include/mlir-c/Dialect/Func.h
    M mlir/include/mlir-c/IR.h
    M mlir/lib/CAPI/Dialect/Func.cpp
    M mlir/lib/CAPI/IR/IR.cpp

  Log Message:
  -----------
  [MLIR] Add a number of methods to the C API

Those include:
- mlirFuncSetArgAttr
- mlirOperationSetOperands
- mlirRegionTakeBody
- mlirBlockInsertArgument

Reviewed By: ftynse, jpienaar

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




More information about the All-commits mailing list