This patch adds the code gen and test cases for:
- SELECT fed by SETCC
- SELECT_CC where the results are 0/pwrOf2 and the values compared are i32/i64
- Comparison operators (where two unsigned values are compared and the result is -1/0/1 depending on whether the first is less/equal/greater)