llvm-project/mlir/include/mlir-c
Alex Zinenko da56297462 [mlir] expose standard attributes to C API
Provide C API for MLIR standard attributes. Since standard attributes live
under lib/IR in core MLIR, place the C APIs in the IR library as well (standard
ops will go in a separate library).

Affine map and integer set attributes are only exposed as placeholder types
with IsA support due to the lack of C APIs for the corresponding types.

Integer and floating point attribute APIs expecting APInt and APFloat are not
exposed pending decision on how to support APInt and APFloat.

Reviewed By: stellaraccident

Differential Revision: https://reviews.llvm.org/D86143
2020-08-19 18:50:19 +02:00
..
AffineMap.h [mlir] expose standard types to C API 2020-08-18 13:11:37 +02:00
Core.h [mlir][NFC] Remove usernames and google bug numbers from TODO comments. 2020-07-07 01:40:52 -07:00
IR.h [mlir] expose standard attributes to C API 2020-08-19 18:50:19 +02:00
Registration.h Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
StandardAttributes.h [mlir] expose standard attributes to C API 2020-08-19 18:50:19 +02:00
StandardTypes.h [mlir] expose standard types to C API 2020-08-18 13:11:37 +02:00