llvm-project/mlir
Kazu Hirata 192d9dd731 [mlir] Use std::nullopt instead of None in comments (NFC)
This is part of an effort to migrate from llvm::Optional to
std::optional:

https://discourse.llvm.org/t/deprecating-llvm-optional-x-hasvalue-getvalue-getvalueor/63716
2022-12-04 19:58:32 -08:00
..
benchmark/python [mlir][sparse] Expose SparseTensor passes as enums instead of opaque numbers for vectorization and parallelization options. 2022-09-04 01:39:35 +00:00
cmake/modules [MLIR] Fix typo in `add_mlir_library` docs. NFC. 2022-12-03 19:28:29 -07:00
docs [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:58:32 -08:00
examples Apply clang-tidy fixes for readability-identifier-naming in StandaloneExtension.cpp (NFC) 2022-11-17 06:23:30 +00:00
include [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:58:32 -08:00
lib [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:58:32 -08:00
python Replacing `is` with `==` for the dtype check. 2022-12-02 02:34:31 +00:00
test [mlir] Use std::nullopt instead of None (NFC) 2022-12-04 13:52:46 -08:00
tools [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 19:58:32 -08:00
unittests [mlir] Use std::nullopt instead of None in comments (NFC) 2022-12-04 17:23:50 -08:00
utils [mlir][spirv] Add group ops 2022-11-29 15:03:31 +01:00
.clang-format [mlir] Add missing newline at end of .clang-format file 2022-06-14 23:59:00 -07:00
.clang-tidy [mlir] Disable `misc-const-correctness` clang-tidy check. 2022-08-03 10:18:43 +02:00
CMakeLists.txt Move googletest to the third-party directory 2022-11-09 15:28:08 -08:00
LICENSE.TXT
README.md

README.md

Multi-Level Intermediate Representation

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