[X86][SSE] Add tests for inserting all-bits (-1) into a vector
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 27 Oct 2017 18:14:12 +0000 (18:14 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 27 Oct 2017 18:14:12 +0000 (18:14 +0000)
commit1bfaa453a32189e6b570ab9ac9781f0101dca66d
tree1651064ab6c2c10c1eae5f76e2985572d06b2aff
parentddd279b90d15d4385716120c5520ec93db0b8899
[X86][SSE] Add tests for inserting all-bits (-1) into a vector

We should be able to do this by re-materializing an all-bits vector and then blending with it

llvm-svn: 316779
llvm/test/CodeGen/X86/insertelement-ones.ll [new file with mode: 0644]