[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
Mon Jan 30 11:07:52 PST 2017
ABataev created this revision.
NodeToMatch can be modified during matching, but the code does not handle this situation.
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.86312.patch
Type: text/x-patch
Size: 5386 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20170130/2232aedc/attachment.bin>
More information about the llvm-commits
mailing list