forked from OSchip/llvm-project
cf4f97c812
TypeIDAllocator enables the allocation of new TypeIDs at runtime, that are unique during the lifetime of the allocator. NonMovableTypeIDOwner is a class used to define a new TypeID for each instance of a class, using the instance address. This class cannot be copied or moved. Reviewed By: rriddle Differential Revision: https://reviews.llvm.org/D104534 |
||
---|---|---|
.. | ||
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.