forked from OSchip/llvm-project
44f902ed7d
SSE2 has efficient support for shifts by a scalar. My previous change of making shifts expensive did not take this into account marking all shifts as expensive. This would prevent vectorization from happening where it is actually beneficial. With this change we differentiate between shifts of constants and other shifts. radar://13576547 llvm-svn: 178808 |
||
---|---|---|
.. | ||
arith.ll | ||
cast.ll | ||
cmp.ll | ||
gep.ll | ||
i32.ll | ||
insert-extract-at-zero.ll | ||
intrinsic-cost.ll | ||
lit.local.cfg | ||
load_store.ll | ||
loop_v2.ll | ||
testshiftashr.ll | ||
testshiftlshr.ll | ||
testshiftshl.ll | ||
tiny.ll | ||
vectorized-loop.ll |