This implements the lowering of tosa.clamp with unsigned operand to linalg. We interpret the `min/max : i64` attributes on `clamp` to be signed. This means that when the operand has type `ui64`, one cannot represent limits across the whole range.
Multi-Level Intermediate Representation
See https://mlir.llvm.org/ for more information.