WIP: min/max primops
Implement min and max primops over Int/Word and their sized variants.
This can be done more efficiently on x86 using cmov, on other backends it still compiles as branching code.
Implement min and max primops over Int/Word and their sized variants.
This can be done more efficiently on x86 using cmov, on other backends it still compiles as branching code.