[X86][SSE] Added target shuffle combine binary compute matching function. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 5 Aug 2016 11:16:53 +0000 (11:16 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Fri, 5 Aug 2016 11:16:53 +0000 (11:16 +0000)
commit6f7b0cd530de71e5c47ae237346a1d7182b332ea
tree8ec87ba342c97ff40751bdcf0bdf5b377e06dc77
parent4d79ec7fe88f05c23212778de3c69906a2bc05a6
[X86][SSE] Added target shuffle combine binary compute matching function. NFCI.

Added matchBinaryPermuteVectorShuffle and moved the blend+zero and insertps matching code into it.

llvm-svn: 277808
llvm/lib/Target/X86/X86ISelLowering.cpp