Attention to: @Mogball This is a follow-up of the ticket raised [here](https://github.com/llvm/llvm-project/blob/61757fbd048fc0eae0b61b7cb14001e27f0becd0/mlir/include/mlir/Dialect/Index/IR/IndexOps.td#L449) on Mojo's Github repo. ``` array3.mojo:13:64: note: failed to fold operation index.castu(4 : index) value: __mlir_op.`index.castu`[_type: __mlir_type.ui8](value_as_index) ``` The error message shows that fold operation has failed for unsigned casting to inbuilt type `ui8` from type `index`.