commit | 2b723d3caf1c0093a7549090b60cd3dc08bece01 | [log] [tgz] |
---|---|---|
author | Michael Kuperstein <mkuper@google.com> | Wed Feb 15 18:37:26 2017 +0000 |
committer | Michael Kuperstein <mkuper@google.com> | Wed Feb 15 18:37:26 2017 +0000 |
tree | f2e50e56cee33fb5b9cda61791a83d1978a3c05f | |
parent | 3ea75c611e2e45bde9c39995990cbd51bd9485e5 [diff] |
[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/trunk@295213 91177308-0d34-0410-b5e6-96231b3b80d8