Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[X86][SSE41] Combine insertion of zero scalars into vector blends wit…
…h zero Part 1 of 2 This patch attempts to replace the insertion of zero scalars with a vector blend with zero, avoiding the use of the integer insertion instructions (which are particularly slow on many targets). (Part 2 will add support for combining multiple blends-with-zero). Differential Revision: http://reviews.llvm.org/D17483 git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@261743 91177308-0d34-0410-b5e6-96231b3b80d8
- Loading branch information