select i1 <condition>, <datatype> <var>, <datatype> <var>
  %3 = select i1 %1, i64 -1, i64 %2- The condition is in i1as its a boolean, it only needs one bit.
- If %1is true, then the value of%3is-1
- If %1is false, then the value of%3is%2