These will be optimized by upcoming patches. The tests are primarily not
being optimized due to the lack of support for saturating vector
arithmetic in the RISC-V backend.
On top of that, however, a large percentage of the scalable-vector tests
are also lacking support in the DAGCombiner: either in
ISD::matchBinaryPredicate or due to checks specifically for
BUILD_VECTOR and not SPLAT_VECTOR.
I assume this gets expanded because the legalizer is looking for UMIN/UMAX to be Legal rather than Custom?