llvm/mlir
Alex Zinenko 9a08f760fe [mlir] Make JitRunnerMain main take a DialectRegistry
Historically, JitRunner has been registering all available dialects with the
context and depending on them without the real need. Make it take a registry
that contains only the dialects that are expected in the input and stop linking
in all dialects.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D96436
2021-02-11 14:50:48 +01:00
..
cmake/modules [MLIR] [CMake] Support building MLIR standalone 2021-02-02 13:10:21 -06:00
docs Enable Pass::initialize() to fail by returning a LogicalResult 2021-02-11 01:51:53 +00:00
examples Revert "Revert "Reorder MLIRContext location in BuiltinAttributes.h"" 2021-02-08 10:39:58 +01:00
include [mlir] Make JitRunnerMain main take a DialectRegistry 2021-02-11 14:50:48 +01:00
integration_test [mlir][Linalg] Add conv ops with TF definition. 2021-02-10 22:59:38 -08:00
lib [mlir] Make JitRunnerMain main take a DialectRegistry 2021-02-11 14:50:48 +01:00
test [mlir][Linalg] Add conv ops with TF definition. 2021-02-10 22:59:38 -08:00
tools [mlir] Make JitRunnerMain main take a DialectRegistry 2021-02-11 14:50:48 +01:00
unittests Fix CMake configuration for MLIR unittests 2021-02-11 01:17:49 +00:00
utils [mlir][spirv] Fix script for availability autogen and refresh ops 2021-01-22 13:07:36 -05:00
.clang-format
.clang-tidy
CMakeLists.txt Fix CMake configuration for MLIR unittests 2021-02-11 01:17:49 +00:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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