]> granicus.if.org Git - llvm/commit
Merging r295213:
authorHans Wennborg <hans@hanshq.net>
Thu, 16 Feb 2017 21:11:04 +0000 (21:11 +0000)
committerHans Wennborg <hans@hanshq.net>
Thu, 16 Feb 2017 21:11:04 +0000 (21:11 +0000)
commit00db617958168f59357bc1a75205ca65e20f9ec7
tree14bc094cdf845bee7b5651a5aa7e686338a9a6a2
parentae68cdba9e185cc07b15edc257b285c51760ba94
Merging r295213:
------------------------------------------------------------------------
r295213 | mkuper | 2017-02-15 10:37:26 -0800 (Wed, 15 Feb 2017) | 10 lines

[DAG] Don't try to create an INSERT_SUBVECTOR with an illegal source

We currently can't legalize those, but we should really not be creating
them in the first place, since legalization would probably look similar to the
way we legalize CONCAT_VECTORS - basically replace the INSERT with a BUILD.

This fixes PR311956.

Differential Revision: https://reviews.llvm.org/D29961

------------------------------------------------------------------------

git-svn-id: https://llvm.org/svn/llvm-project/llvm/branches/release_40@295374 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/X86/pr31956.ll [new file with mode: 0644]