Generate correct code for the select instruction by zero-extending
it's boolean/condition operand to GPR-width. This is necessary because
the conditional-move instructions operate on the whole register.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM