Those include:
- mlirFuncSetArgAttr
- mlirOperationSetOperands
- mlirRegionTakeBody
- mlirBlockInsertArgument
Paths
| Differential D155091
[MLIR] Add a number of methods to the C API ClosedPublic Authored by apaszke on Jul 12 2023, 8:20 AM.
Details Summary Those include:
Diff Detail
Event Timelineapaszke retitled this revision from [MLIR] Add a number of methods to the C API
Those include:
* mlirFuncSetArgAttr
* mlirOperationSetOperands
* mlirRegionTakeBody
* mlirBlockInsertArgument to [MLIR] Add a number of methods to the C API.Jul 12 2023, 8:23 AM ftynse added inline comments.
This revision is now accepted and ready to land.Jul 12 2023, 9:28 AM Closed by commit rG86bc2e3ae905: [MLIR] Add a number of methods to the C API (authored by apaszke, committed by jpienaar). · Explain WhyJul 12 2023, 10:10 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 539844 mlir/include/mlir-c/Dialect/Func.h
mlir/include/mlir-c/IR.h
mlir/lib/CAPI/Dialect/Func.cppmlir/lib/CAPI/IR/IR.cpp
|
Please add some documentation.