diff options
author | Simon Pilgrim <llvm-dev@redking.me.uk> | 2015-01-10 19:45:33 +0000 |
---|---|---|
committer | Simon Pilgrim <llvm-dev@redking.me.uk> | 2015-01-10 19:45:33 +0000 |
commit | 94a4cc027ab111f6055c81605b3a47caae46cbe6 (patch) | |
tree | 74d042f49c41355e385be63621f7e5df8d2e771a /llvm/lib/CodeGen | |
parent | 9be98b6bef38904c95c1508aee3e901620681388 (diff) | |
download | bcm5719-llvm-94a4cc027ab111f6055c81605b3a47caae46cbe6.tar.gz bcm5719-llvm-94a4cc027ab111f6055c81605b3a47caae46cbe6.zip |
[X86][SSE] Improved (v)insertps shuffle matching
In the current code we only attempt to match against insertps if we have exactly one element from the second input vector, irrespective of how much of the shuffle result is zeroable.
This patch checks to see if there is a single non-zeroable element from either input that requires insertion. It also supports matching of cases where only one of the inputs need to be referenced.
We also split insertps shuffle matching off into a new lowerVectorShuffleAsInsertPS function.
Differential Revision: http://reviews.llvm.org/D6879
llvm-svn: 225589
Diffstat (limited to 'llvm/lib/CodeGen')
0 files changed, 0 insertions, 0 deletions