llvm/mlir
Stella Laurenzo 3137c29926 Add initial python bindings for attributes.
* Generic mlir.ir.Attribute class.
* First standard attribute (mlir.ir.StringAttr), following the same pattern as generic vs standard types.
* NamedAttribute class.

Differential Revision: https://reviews.llvm.org/D86250
2020-08-23 22:16:23 -07:00
..
cmake/modules [mlir] Make mlir_check_link_libraries() work with interface libraries 2020-08-14 11:39:04 -07:00
docs [MLIR][SPIRVToLLVM] Updated the documentation for the conversion 2020-08-22 10:04:03 +03:00
examples Separate the Registration from Loading dialects in the Context 2020-08-19 01:19:03 +00:00
include Add initial python bindings for attributes. 2020-08-23 22:16:23 -07:00
integration_test [mlir] [VectorOps] Add masked load/store operations to Vector dialect 2020-08-05 16:45:24 -07:00
lib Add initial python bindings for attributes. 2020-08-23 22:16:23 -07:00
test Add initial python bindings for attributes. 2020-08-23 22:16:23 -07:00
tools Add a dialect_registration callback for "translations" registered with mlir-translate 2020-08-23 01:00:39 +00:00
unittests [MLIR] Redundancy detection for FlatAffineConstraints using Simplex 2020-08-20 13:38:51 +05:30
utils [MLIR][NFC] Update MLIR vim syntax file - std ops + types 2020-08-22 11:20:57 +05:30
.clang-format
.clang-tidy
CMakeLists.txt [mlir] Initial version of C APIs 2020-08-05 15:04:08 +02:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

See https://mlir.llvm.org/ for more information.