summaryrefslogtreecommitdiffstats
path: root/llvm/test/CodeGen/X86/dag-update-nodetomatch.ll
Commit message (Collapse)AuthorAgeFilesLines
* [SelectionDAG] Fix for PR30775: Assertion `NodeToMatch->getOpcode() !=Alexey Bataev2017-02-031-0/+241
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
OpenPOWER on IntegriCloud