llvm-project/mlir/lib/CAPI
River Riddle 0c7890c844 [mlir] Convert NamedAttribute to be a class
NamedAttribute is currently represented as an std::pair, but this
creates an extremely clunky .first/.second API. This commit
converts it to a class, with better accessors (getName/getValue)
and also opens the door for more convenient API in the future.

Differential Revision: https://reviews.llvm.org/D113956
2021-11-18 05:39:29 +00:00
..
Conversion [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
Debug [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
Dialect [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
ExecutionEngine [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
IR [mlir] Convert NamedAttribute to be a class 2021-11-18 05:39:29 +00:00
Interfaces [mlir] Refactor AbstractOperation and OperationName 2021-11-17 22:29:57 +00:00
Registration [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
Transforms [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00
CMakeLists.txt [mlir] Add MLIR-C dylib. 2021-11-11 22:58:13 -08:00