llvm-capstone/mlir
Alex Zinenko 19db802e7b [mlir] make implementations of translation to LLVM IR interfaces private
There is no need for the interface implementations to be exposed, opaque
registration functions are sufficient for all users, similarly to passes.

Reviewed By: mehdi_amini

Differential Revision: https://reviews.llvm.org/D97852
2021-03-04 09:16:32 +01:00
..
cmake/modules [MLIR] [CMake] Support building MLIR standalone 2021-02-02 13:10:21 -06:00
docs [mlir][linalg] Allow TC ops taking an unused shaped operand. 2021-02-26 06:45:56 -08:00
examples [mlir] make implementations of translation to LLVM IR interfaces private 2021-03-04 09:16:32 +01:00
include [mlir] make implementations of translation to LLVM IR interfaces private 2021-03-04 09:16:32 +01:00
lib [mlir] make implementations of translation to LLVM IR interfaces private 2021-03-04 09:16:32 +01:00
test [mlir] make implementations of translation to LLVM IR interfaces private 2021-03-04 09:16:32 +01:00
tools [mlir] make implementations of translation to LLVM IR interfaces private 2021-03-04 09:16:32 +01:00
unittests [mlir] make implementations of translation to LLVM IR interfaces private 2021-03-04 09:16:32 +01:00
utils [mlir] Add simple jupyter kernel 2021-02-21 18:16:06 -08:00
.clang-format
.clang-tidy
CMakeLists.txt Move the MLIR integration tests as a subdirectory of test (NFC) 2021-02-23 05:55:47 +00:00
LICENSE.TXT
README.md

Multi-Level Intermediate Representation

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