]> granicus.if.org Git - llvm/commit
[X86][SSE] Tidyup matchVectorShuffleWithUNPCK helper function call.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 14 Feb 2017 12:54:39 +0000 (12:54 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Tue, 14 Feb 2017 12:54:39 +0000 (12:54 +0000)
commitc2389bbf5b3dc75bbe24585a6182d15e7ccc9ee3
tree53575bc7e27b0e5b70e15ecf50d5bb3d0dc60dac
parenta4e9174165c8df762fe8f4b156da5613cbe3a445
[X86][SSE] Tidyup matchVectorShuffleWithUNPCK helper function call.

Don't bother setting the V1/V2 operands again for unary shuffles.

Don't bother legalizing the value type unless the match succeeds.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@295051 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/X86ISelLowering.cpp