llvm-project/mlir
Stella Laurenzo 0cdf491501 Break apart the MLIR ExecutionEngine from core python module.
* For python projects that don't need JIT/ExecutionEngine, cuts the number of files to compile roughly in half (with similar reduction in end binary size).

Differential Revision: https://reviews.llvm.org/D106992
2021-07-28 23:59:32 +00:00
..
cmake/modules Re-engineer MLIR python build support. 2021-07-27 15:54:58 +00:00
docs [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
examples [mlir] factor memref-to-llvm lowering out of std-to-llvm 2021-07-09 14:49:52 +02:00
include Emit strong definition for TypeID storage in Op/Type/Attributes definition 2021-07-28 23:58:39 +00:00
lib Break apart the MLIR ExecutionEngine from core python module. 2021-07-28 23:59:32 +00:00
python Break apart the MLIR ExecutionEngine from core python module. 2021-07-28 23:59:32 +00:00
test Break apart the MLIR ExecutionEngine from core python module. 2021-07-28 23:59:32 +00:00
tools Emit strong definition for TypeID storage in Op/Type/Attributes definition 2021-07-28 23:58:39 +00:00
unittests [mlir] Set the namespace of the BuiltinDialect to 'builtin' 2021-07-28 21:00:10 +00:00
utils [vscode-mlir] Add support for restarting the server on setting/server changes 2021-06-29 00:08:44 +00:00
.clang-format
.clang-tidy
CMakeLists.txt
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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