llvm-project/mlir/lib/CAPI
zhanghb97 b76f523be6 [mlir] expose affine map to C API
This patch provides C API for MLIR affine map.
- Implement C API for AffineMap class.
- Add Utils.h to include/mlir/CAPI/, and move the definition of the CallbackOstream to Utils.h to make sure mlirAffineMapPrint work correct.
- Add TODO for exposing the C API related to AffineExpr and mutable affine map.

Differential Revision: https://reviews.llvm.org/D87617
2020-09-17 09:50:45 +08:00
..
IR [mlir] expose affine map to C API 2020-09-17 09:50:45 +08:00
Registration Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
CMakeLists.txt