llvm-project/mlir/lib/CAPI
rkayaith e9db306dcd [mlir][python] Support more types in IntegerAttr.value
Previously only accessing values for `index` and signless int types
would work; signed and unsigned ints would hit an assert in
`IntegerAttr::getInt`. This exposes `IntegerAttr::get{S,U}Int` to the C
API and calls the appropriate function from the python bindings.

Reviewed By: ftynse

Differential Revision: https://reviews.llvm.org/D120194
2022-02-24 10:26:31 +01: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][linalg] Add attributes to region builder (NFC). 2022-02-14 13:14:14 +00:00
ExecutionEngine [mlir][NFC] Use options struct in ExecutionEngine::create 2022-02-23 10:21:46 -05:00
IR [mlir][python] Support more types in IntegerAttr.value 2022-02-24 10:26:31 +01: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 Disable the MLIR ExecutionEngine library when the native target is not configured 2022-01-15 19:36:27 +00:00