mirror of
https://github.com/intel/llvm.git
synced 2026-01-18 07:57:36 +08:00
Currently, it is only possible to register an operation or a type when the TypeID is defined at compile time. Same with InterfaceMaps which can only be defined with compile-time defined interfaces. With those changes, it is now possible to register types/operations with custom TypeIDs. This is necessary to define new operations/types at runtime. Differential Revision: https://reviews.llvm.org/D99084
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.