9 #ifndef CIRCT_C_DIALECT_RTGTEST_H
10 #define CIRCT_C_DIALECT_RTGTEST_H
12 #include "mlir-c/IR.h"
MLIR_CAPI_EXPORTED MlirType rtgtestCPUTypeGet(MlirContext ctxt)
Creates an RTGTest CPU type in the context.
MLIR_CAPI_EXPORTED bool rtgtestTypeIsACPU(MlirType type)
If the type is an RTGTest CPUType.
MLIR_DECLARE_CAPI_DIALECT_REGISTRATION(RTGTest, rtgtest)