================
----------------
davemgreen wrote:
As we are only clamping high at the moment, this can be
```
.clampMaxNumElements(0, s8, 16)
.clampMaxNumElements(0, s16, 8)
.clampMaxNumElements(0, s32, 4)
```
https://github.com/llvm/llvm-project/pull/207956