-
Lower the select instruction when the operands are of vector type. · 9cb61e2fMatt Wala authored
Select of vectors is implemented by appropriately masking and combining the inputs with sign extend / bitwise operations and without the use of branches. BUG=none R=jvoung@chromium.org, stichnot@chromium.org Review URL: https://codereview.chromium.org/417653004
9cb61e2f
×