llvm-project/mlir
River Riddle 60c735d409 [mlir-opt] Don't enable `printOpOnDiagnostic` if it was explicitly disabled.
We are currently explicitly setting the flag solely based on the value of `-verify`, which ends up ignoring the situation where the user explicitly disabled this option from the command line.

Differential Revision: https://reviews.llvm.org/D102952
2021-05-24 15:56:48 -07:00
..
cmake/modules [MLIR] Make MLIR cmake variable names consistent 2021-05-24 08:43:10 +05:30
docs [mlir][doc] Fix links and references in top level docs directory 2021-05-24 18:43:00 +02:00
examples Add a helper function to convert LogicalResult to int for return from main 2021-05-19 00:12:39 +00:00
include [GreedyPatternRewriter] Introduce a config object that allows controlling internal parameters. NFC. 2021-05-24 12:40:40 -07:00
lib [mlir-opt] Don't enable `printOpOnDiagnostic` if it was explicitly disabled. 2021-05-24 15:56:48 -07:00
python Enable MLIR Python bindings for TOSA. 2021-05-24 18:04:50 +00:00
test [mlir] Lower sm version for TensorCore intergration tests 2021-05-24 14:45:24 -07:00
tools [mlir] Add support for fusion into TiledLoopOp. 2021-05-21 18:13:45 +02:00
unittests [mlir][spirv] NFC: Replace OwningSPIRVModuleRef with OwningOpRef 2021-05-06 17:17:44 -04:00
utils [mlir] Add a vscode language extension for MLIR 2021-04-21 14:44:37 -07:00
.clang-format
.clang-tidy Fix MLIR clang-tidy: when tweaking it does not inherit from the parent 2020-03-07 17:44:21 +00:00
CMakeLists.txt [MLIR] Drop old cmake var names 2021-05-24 15:30:01 +05:30
LICENSE.TXT Add the Apache2 with LLVM exceptions license to MLIR 2019-12-24 00:58:06 -08:00
README.md mlir README.md: Fix the syntax 2019-12-24 13:31:07 +01:00

README.md

Multi-Level Intermediate Representation

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