]> granicus.if.org Git - llvm/commit
[X86][SSE] Pull out target shuffle resolve code into helper. NFCI.
authorSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 26 Jan 2017 13:06:02 +0000 (13:06 +0000)
committerSimon Pilgrim <llvm-dev@redking.me.uk>
Thu, 26 Jan 2017 13:06:02 +0000 (13:06 +0000)
commitb81877488f17ab4fc52381cfa0a074483bf6a10b
treec97ec2844c788c5df15c436330a0d11b14fa0259
parentc2598d4df6c98912249ff886a8ed8cd1707d585c
[X86][SSE] Pull out target shuffle resolve code into helper. NFCI.

Pulled out code that removed unused inputs from a target shuffle mask into a helper function to allow it to be reused in a future commit.

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