hanchenye-llvm-project/clang/include
Craig Topper d3623155a2 [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
2018-06-07 17:28:03 +00:00
..
clang [X86] Add back builtins for _mm_slli_si128/_mm_srli_si128 and similar intrinsics. 2018-06-07 17:28:03 +00:00
clang-c This diff includes changes for supporting the following types. 2018-06-04 16:07:52 +00:00
CMakeLists.txt