llvm-project/mlir/lib/CAPI/IR
River Riddle 0cb5d7fc7f [mlir] Add value_begin/value_end methods to DenseElementsAttr
Currently DenseElementsAttr only exposes the ability to get the full range of values for a given type T, but there are many situations where we just want the beginning/end iterator. This revision adds proper value_begin/value_end methods for all of the supported T types, and also cleans up a bit of the interface.

Differential Revision: https://reviews.llvm.org/D104173
2021-09-21 01:57:43 +00:00
..
AffineExpr.cpp [mlir] Add Python bindings for AffineExpr 2021-01-11 19:57:13 +01:00
AffineMap.cpp [mlir][linalg][python] Add attribute support to the OpDSL. 2021-06-24 09:40:32 +00:00
BuiltinAttributes.cpp [mlir] Add value_begin/value_end methods to DenseElementsAttr 2021-09-21 01:57:43 +00:00
BuiltinTypes.cpp [mlir][Python] Finish adding RankedTensorType support for encoding. 2021-05-10 20:39:16 +00:00
CMakeLists.txt [MLIR] Replace dialect registration hooks with dialect handle 2021-02-09 09:02:16 -08:00
Diagnostics.cpp Add userData to the diagnostic handler C API 2020-11-23 09:52:45 -08:00
DialectHandle.cpp [MLIR] Replace dialect registration hooks with dialect handle 2021-02-09 09:02:16 -08:00
IR.cpp [mlir-c] Add getting fused loc 2021-09-18 06:57:51 -07:00
IntegerSet.cpp [mlir] Add C API for IntegerSet 2021-01-25 20:16:22 +01:00
Pass.cpp [mlir][python] Add simple debugging and printing helpers 2021-04-16 13:47:46 +00:00
Support.cpp [mlir] Model StringRef in C API 2020-09-16 16:04:36 +02:00