llvm-project/mlir
Daniel Resnick 97fc568211 [mlir][capi] Add DialectRegistry to MLIR C-API
Exposes mlir::DialectRegistry to the C API as MlirDialectRegistry along with
helper functions. A hook has been added to MlirDialectHandle that inserts
the dialect into a registry.

A future possible change is removing mlirDialectHandleRegisterDialect in
favor of using mlirDialectHandleInsertDialect, which it is now implemented with.

Differential Revision: https://reviews.llvm.org/D118293
2022-02-01 13:42:06 -07:00
..
benchmark/python [mlir][bufferize] Clean up remaining references to `tensor-constant-bufferize` 2022-01-31 05:02:11 +09:00
cmake/modules [MLIR] Workaround for python detection problems. 2022-01-27 13:32:29 -08:00
docs Revert "Revert "[mlir] Purge `linalg.copy` and use `memref.copy` instead."" 2022-02-01 18:21:21 +01:00
examples Remove OpTrait, AttrTrait and TypeTrait 2022-01-31 11:04:00 -08:00
include [mlir][capi] Add DialectRegistry to MLIR C-API 2022-02-01 13:42:06 -07:00
lib [mlir][capi] Add DialectRegistry to MLIR C-API 2022-02-01 13:42:06 -07:00
python [mlir][vector][NFC] Split into IR, Transforms and Utils 2022-01-31 19:17:09 +09:00
test [mlir][capi] Add DialectRegistry to MLIR C-API 2022-02-01 13:42:06 -07:00
tools [mlir] Attempt working around a GCC 5 bug 2022-02-01 11:58:27 +01:00
unittests [MLIR] Extract division representation from equality expressions. 2022-02-01 16:24:28 +05:30
utils [mlir] Set up boilerplate build for MLIR benchmarks 2022-01-27 21:38:15 +00:00
.clang-format
.clang-tidy Enable readability-redundant-smartptr-get in MLIR local clang-tidy config 2022-01-08 20:07:11 +00:00
CMakeLists.txt [mlir] Set up boilerplate build for MLIR benchmarks 2022-01-27 21:38:15 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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