llvm/mlir/lib/CAPI
Chris Lattner f21896f2c6 [DenseElementAttr] Simplify the public API for creating these.
Instead of requiring the client to compute the "isSplat" bit,
compute it internally.  This makes the logic more consistent
and defines away a lot of "elements.size()==1" in the clients.

This addresses Issue #55185

Differential Revision: https://reviews.llvm.org/D125447
2022-05-12 16:18:23 +01:00
..
Conversion
Debug
Dialect [mlir] Add C API for ControlFlow dialect 2022-03-17 00:29:00 +01:00
ExecutionEngine Reland [mlir] Remove uses of LLVM's legacy pass manager 2022-04-11 16:53:32 -07:00
Interfaces [mlir][capi] Unbreak Interfaces CAPI after 2387fadea3 2022-04-04 18:52:11 +02:00
IR [DenseElementAttr] Simplify the public API for creating these. 2022-05-12 16:18:23 +01:00
Registration
Transforms
CMakeLists.txt