https://github.com/xlauko commented: you should add tests to `enums-gen.td`, with check for: - `enum class MyEnum : uint8_t` and `uint16_t` - `symbolizeMyEnum` with proper static_cast check - `stringifyMyEnum`? - `maxEnumValForMyEnum`? https://github.com/llvm/llvm-project/pull/190825