llvm-project/mlir
Mehdi Amini 3f127d8aaa Use `= default` for the ValueShapeRange copy-constructor (NFC)
This makes it trivially copyable.
2022-01-02 23:43:52 +00:00
..
cmake/modules [mlir][ods] AttrOrTypeGen uses Class 2021-12-01 16:53:23 +00:00
docs [mlir][linalg] Remove RangeOp and RangeType. 2021-12-15 07:19:10 +00:00
examples Fix clang-tidy issues in mlir/ (NFC) 2021-12-20 20:25:01 +00:00
include Use `= default` for the ValueShapeRange copy-constructor (NFC) 2022-01-02 23:43:52 +00:00
lib Replace raw-loop with llvm::any_of() in PresburgerSet.cpp (NFC) 2022-01-02 22:39:57 +00:00
python [mlir][python] Add fused location 2021-12-11 10:16:13 -08:00
test Apply clang-tidy fixes for readability-simplify-boolean-expr to MLIR (NFC) 2022-01-02 01:59:31 +00:00
tools Apply clang-tidy fixes for readability-container-size-empty for MLIR (NFC) 2022-01-02 01:56:38 +00:00
unittests Apply clang-tidy fixes for performance-unnecessary-value-param to MLIR (NFC) 2022-01-02 22:37:13 +00:00
utils [mlir][vim] Add comment for markdown highlighting 2021-12-20 08:35:22 -08:00
.clang-format
.clang-tidy Enable a few clang-tidy checks in MLIR 2022-01-02 01:05:06 +00:00
CMakeLists.txt Build MLIR with -Werror=mismatched-tags (NFC) 2021-12-08 05:59:06 +00:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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