[Mlir-commits] [mlir] [MLIR] Add I{8, 16}Enum tablegen classes (PR #190825)

Henrich Lauko llvmlistbot at llvm.org
Tue Apr 7 11:53:09 PDT 2026


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


More information about the Mlir-commits mailing list