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

Henrich Lauko llvmlistbot at llvm.org
Wed Apr 8 01:46:43 PDT 2026


xlauko wrote:

> > I meant check for proper static_cast in stringifyMyBitEnum not symbolizeMyEnum sorry.
> 
> I am still confused. I did not modify anything related to BitEnums and the code generated from my additions does not contain any static casts. Do you mean that the existing tests for BitEnums should be expanded? I could technically do a follow-up, but I would not add it here as it is not relevant to the changes in this PR and that feels a little bit off to me.

Never mind, it was late night :D I missed the`Bit` part there :D 

https://github.com/llvm/llvm-project/pull/190825


More information about the Mlir-commits mailing list