llvm-project/mlir/lib/CAPI
rkayaith 215eba4e1e [mlir][CAPI] Include anchor op in mlirParsePassPipeline
The pipeline string must now include the pass manager's anchor op. This
makes the parse API properly roundtrip the printed form of a pass
manager. Since this is already an API break, I also added an extra
callback argument which is used for reporting errors.

The old functionality of appending to an existing pass manager is
available through `mlirOpPassManagerAddPipeline`.

Reviewed By: mehdi_amini, ftynse

Differential Revision: https://reviews.llvm.org/D136403
2022-11-03 11:48:21 -04:00
..
Conversion [mlir] Overhaul C/Python registration APIs to properly scope registration/loading activities. 2022-07-16 17:27:50 -07:00
Debug [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
Dialect [mlir][sparse] Use the runtime DimLevelType instead of a separate tablegen enum 2022-10-18 13:45:26 -07:00
ExecutionEngine [mlir] Fix and test python bindings for dump_to_object_file 2022-10-20 15:53:16 +02:00
IR [mlir][CAPI] Include anchor op in mlirParsePassPipeline 2022-11-03 11:48:21 -04:00
Interfaces Remove redundant initialization of Optional (NFC) 2022-08-20 21:18:28 -07:00
RegisterEverything [mlir] Overhaul C/Python registration APIs to properly scope registration/loading activities. 2022-07-16 17:27:50 -07:00
Transforms [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
CMakeLists.txt [MLIR] Fix checks for native arch 2022-08-04 11:10:08 +02:00