We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0cb2fe5 commit b5df0e7Copy full SHA for b5df0e7
llvm/include/llvm/CodeGen/SelectionDAGNodes.h
@@ -916,10 +916,10 @@ END_TWO_BYTE_PACK()
916
SmallVectorImpl<const SDNode *> &Worklist,
917
unsigned int MaxSteps = 0,
918
bool TopologicalPrune = false) {
919
- SmallVector<const SDNode *, 8> DeferredNodes;
920
if (Visited.count(N))
921
return true;
922
+ SmallVector<const SDNode *, 8> DeferredNodes;
923
// Node Id's are assigned in three places: As a topological
924
// ordering (> 0), during legalization (results in values set to
925
// 0), new nodes (set to -1). If N has a topolgical id then we
0 commit comments