llvm-project/mlir/include
Mathieu Fehr cf4f97c812 [mlir] Add classes to define new TypeIDs at runtime
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
2022-02-09 23:24:49 +01:00
..
mlir [mlir] Add classes to define new TypeIDs at runtime 2022-02-09 23:24:49 +01:00
mlir-c [mlir][capi] Add DialectRegistry to MLIR C-API 2022-02-01 13:42:06 -07:00