Lower the select instruction when the operands are of vector type.
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
Showing
crosstest/test_select.h
0 → 100644
crosstest/test_select.ll
0 → 100644
crosstest/test_select_main.cpp
0 → 100644
tests_lit/llvm2ice_tests/vector-select.ll
0 → 100644
Please
register
or
sign in
to comment