[PATCH] D29292: [SelectionDAG] Fix for PR30775: Assertion `NodeToMatch->getOpcode() != ISD::DELETED_NODE && "NodeToMatch was removed partway through selection"' failed.

Alexey Bataev via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 31 09:20:37 PST 2017


ABataev updated this revision to Diff 86444.
ABataev edited the summary of this revision.
ABataev added a comment.

Added test from PR31536 + simplified checks + some small changes.


https://reviews.llvm.org/D29292

Files:
  lib/CodeGen/SelectionDAG/SelectionDAGISel.cpp
  test/CodeGen/X86/dag-update-nodetomatch.ll

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D29292.86444.patch
Type: text/x-patch
Size: 13660 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170131/afb03110/attachment.bin>


More information about the llvm-commits mailing list