forked from OSchip/llvm-project
5c4674d67b
This patch deprecates hasValue and getValue for consistency with std::optional and llvm::Optional. Note that I've migrated all known uses of them to has_value and value, respectively. Differential Revision: https://reviews.llvm.org/D131366 |
||
---|---|---|
.. | ||
benchmark/python | ||
cmake/modules | ||
docs | ||
examples | ||
include | ||
lib | ||
python | ||
test | ||
tools | ||
unittests | ||
utils | ||
.clang-format | ||
.clang-tidy | ||
CMakeLists.txt | ||
LICENSE.TXT | ||
README.md |
README.md
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.