[X86][SSE] Add tests for unpack(hop(),hop())
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 8 Jan 2021 13:58:46 +0000 (13:58 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 8 Jan 2021 14:11:37 +0000 (14:11 +0000)
commit7b9f541c1edb24a676508906cfbcaaf228cc6a2e
tree8503376b4a9829069e5866a6fec9b8f390cf81d4
parent25d882e758cc9af5de12d8a118cb6eecad14d316
[X86][SSE] Add tests for unpack(hop(),hop())

We should be able to convert these to permute(hop()) as we only ever use one of the ops from each hop.
llvm/test/CodeGen/X86/horizontal-shuffle-2.ll [new file with mode: 0644]