diff options
author | Craig Topper <craig.topper@intel.com> | 2018-06-07 17:28:03 +0000 |
---|---|---|
committer | Craig Topper <craig.topper@intel.com> | 2018-06-07 17:28:03 +0000 |
commit | d3623155a26fa01079612dd654d69f94f751e302 (patch) | |
tree | e84cd3ba5ba2f07a86ce97062865b168d42b4e9e /lldb/packages/Python/lldbsuite/test/python_api | |
parent | 6887aa8adcc82974de0a3a3b2b76e5497e4f4e55 (diff) | |
download | bcm5719-llvm-d3623155a26fa01079612dd654d69f94f751e302.tar.gz bcm5719-llvm-d3623155a26fa01079612dd654d69f94f751e302.zip |
[X86] Add back builtins for _mm_slli_si128/_mm_srli_si128 and similar intrinsics.
We still lower them to native shuffle IR, but we do it in CGBuiltin.cpp now. This allows us to check the target feature and ensure the immediate fits in 8 bits.
This also improves our -O0 codegen slightly because we're able to see the zeroinitializer in the shuffle. It looks like it got lost behind a store+load previously.
llvm-svn: 334208
Diffstat (limited to 'lldb/packages/Python/lldbsuite/test/python_api')
0 files changed, 0 insertions, 0 deletions