We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c41bb11 commit faf555fCopy full SHA for faf555f
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -174,7 +174,7 @@ namespace {
174
/// This is used to find and remove nodes from the worklist (by nulling
175
/// them) when they are deleted from the underlying DAG. It relies on
176
/// stable indices of nodes within the worklist.
177
- SmallDenseMap<SDNode *, unsigned, 32> WorklistMap;
+ DenseMap<SDNode *, unsigned> WorklistMap;
178
179
/// This records all nodes attempted to be added to the worklist since we
180
/// considered a new worklist entry. As we keep do not add duplicate nodes
0 commit comments