| commit | a0d9f2582b7c31e604f4dc82fd5eae10d33aae7e | [log] [tgz] |
|---|---|---|
| author | Alexey Bataev <a.bataev@hotmail.com> | Fri Feb 03 12:28:40 2017 +0000 |
| committer | Alexey Bataev <a.bataev@hotmail.com> | Fri Feb 03 12:28:40 2017 +0000 |
| tree | 891056b1c4b90b78784d3febb896600a98bdce29 | |
| parent | 490c508b1dcb17eb3b63bd4b80455d8bdd84d17f [diff] |
[SelectionDAG] Fix for PR30775: Assertion `NodeToMatch->getOpcode() != ISD::DELETED_NODE && "NodeToMatch was removed partway through selection"' failed. NodeToMatch can be modified during matching, but code does not handle this situation. Differential Revision: https://reviews.llvm.org/D29292 llvm-svn: 294003