This is from close to HEAD 70ad03d93818532ef19f149f8ff89bcd8af80163 (Jun 4).
From a discussion on MLIR discourse some time back, it looks like support for unsigned int's (and attributes for it etc.) were added. But looks like constant ui32's never got tested. It's currently impossible to create such an op or parse one!
Extended Description
This is from close to HEAD 70ad03d93818532ef19f149f8ff89bcd8af80163 (Jun 4).
From a discussion on MLIR discourse some time back, it looks like support for unsigned int's (and attributes for it etc.) were added. But looks like
constant
ui32's never got tested. It's currently impossible to create such an op or parse one!