Add check that deleted nodes do not get added to worklist. This can
occur when a node's operand is simplified to an existing node.
This fixes PR32108.
Paths
| Differential D30506
[DAG] Prevent Stale nodes from entering worklist ClosedPublic Authored by niravd on Mar 1 2017, 10:50 AM.
Details Summary Add check that deleted nodes do not get added to worklist. This can This fixes PR32108.
Diff Detail
Event Timeline
This revision is now accepted and ready to land.Mar 1 2017, 12:28 PM Closed by commit rL296668: [DAG] Prevent Stale nodes from entering worklist (authored by niravd). · Explain WhyMar 1 2017, 12:31 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 90217 lib/CodeGen/SelectionDAG/DAGCombiner.cpp
test/CodeGen/X86/pr32108.ll
|
What does "causes redundancies" mean?