llvm/lib/CodeGen/SelectionDAG
Hans Wennborg 00db617958 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
2017-02-16 21:11:04 +00:00
..
2017-02-16 21:11:04 +00:00
2017-02-15 22:36:35 +00:00
2017-01-25 22:10:07 +00:00
2017-02-15 19:12:45 +00:00
2017-02-15 22:34:24 +00:00
2016-04-18 09:17:29 +00:00