llvm/mlir/lib
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
..
Analysis [mlir] Add initial support for an alias analysis framework in MLIR 2021-02-09 14:21:27 -08:00
Bindings [mlir] Add Python bindings for IntegerSet 2021-01-26 17:32:51 +01:00
CAPI [mlir] avoid exposing mutable DialectRegistry from MLIRContext 2021-02-10 12:07:34 +01:00
Conversion [mlir][gpu] Allow all dialects in SCF to GPU conversion. 2021-02-11 10:02:26 +01:00
Dialect [mlir][Linalg] Add conv ops with TF definition. 2021-02-10 22:59:38 -08:00
EDSC [mlir][IR] Remove the concept of OperationProperties 2021-02-09 12:00:15 -08:00
ExecutionEngine [mlir] Make JitRunnerMain main take a DialectRegistry 2021-02-11 14:50:48 +01:00
Interfaces [mlir][IR] Remove the concept of OperationProperties 2021-02-09 12:00:15 -08:00
IR [mlir] avoid exposing mutable DialectRegistry from MLIRContext 2021-02-10 12:07:34 +01:00
Parser [mlir][IR] Remove the concept of OperationProperties 2021-02-09 12:00:15 -08:00
Pass Enable Pass::initialize() to fail by returning a LogicalResult 2021-02-11 01:51:53 +00:00
Reducer [mlir] NFC: fix trivial typos 2020-10-29 04:05:22 +09:00
Rewrite Fix a few GCC compiler warnings (NFC) 2021-01-19 06:00:04 +00:00
Support [mlir] avoid exposing mutable DialectRegistry from MLIRContext 2021-02-10 12:07:34 +01:00
TableGen [mlir][ODS] Allow to specify custom namespace for NativeOpTrait 2021-02-08 10:25:45 +03:00
Target [mlir] avoid exposing mutable DialectRegistry from MLIRContext 2021-02-10 12:07:34 +01:00
Transforms Enable Pass::initialize() to fail by returning a LogicalResult 2021-02-11 01:51:53 +00:00
Translation [mlir] avoid exposing mutable DialectRegistry from MLIRContext 2021-02-10 12:07:34 +01:00
CMakeLists.txt [mlir][NFC] Move around the code related to PatternRewriting to improve layering 2020-10-26 18:01:06 -07:00