llvm-capstone/mlir
Benjamin Kramer 41760a6b40 [mlir] Make Value's constructor constexpr. NFCI.
This allows clang to flag unused Values in more cases, so remove them.
2022-01-04 21:04:13 +01:00
..
cmake/modules [mlir][ods] AttrOrTypeGen uses Class 2021-12-01 16:53:23 +00:00
docs [MLIR] Fix confusing diagnostic during dialect conversion 2022-01-03 20:13:23 +05:30
examples Fix clang-tidy issues in mlir/ (NFC) 2021-12-20 20:25:01 +00:00
include [mlir] Make Value's constructor constexpr. NFCI. 2022-01-04 21:04:13 +01:00
lib [mlir] Make Value's constructor constexpr. NFCI. 2022-01-04 21:04:13 +01:00
python [mlir][python] Add bindings for diagnostic handler. 2022-01-04 11:04:37 -08:00
test [mlir][python] Add bindings for diagnostic handler. 2022-01-04 11:04:37 -08:00
tools [mlir][ods] Handle DeclareOpInterfaceMethods in formatgen 2022-01-04 08:28:59 -08:00
unittests [MLIR] Move LinearTransform to Presburger/ 2022-01-03 11:11:09 +05:30
utils Fix doc on how to run clang-tidy on MLIR codebase (NFC) 2022-01-03 07:00:07 +00: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

Multi-Level Intermediate Representation

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