llvm-project/mlir
Kirill Bobyrev 7808bf8431
NFC: Make sure function arguments have the same name in declaration and definition
This code generates Clang-Tidy warnings otherwise.
2020-06-15 10:45:08 +02:00
..
cmake/modules Install the MLIRTableGen static library. 2020-06-11 18:23:24 -07:00
docs [mlir][doc] Fix typos in tutorial chapters 2020-06-12 16:04:01 +02:00
examples Register printer and context CL options with the toyc example 2020-06-10 19:59:40 +00:00
include NFC: Make sure function arguments have the same name in declaration and definition 2020-06-15 10:45:08 +02:00
lib [mlir][shape] Lower Shape `ConstSizeOp` to Standard `ConstantOp`. 2020-06-15 10:42:05 +02:00
test [mlir][shape] Lower Shape `ConstSizeOp` to Standard `ConstantOp`. 2020-06-15 10:42:05 +02:00
tools [mlir] Fix some of the warnings in MLIR code. 2020-06-11 22:18:32 +02:00
unittests [mlir][spirv] Enhance structure type member decoration handling 2020-06-12 17:57:14 -04:00
utils [MLIR][NFC] Update vim syntax file 2020-06-14 18:03:26 +05:30
.clang-format [mlir] add .clang-format 2019-03-29 12:41:43 -07:00
.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][gpu] Introduce mlir-rocm-runner. 2020-06-05 09:46:39 -05:00
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.