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 3d5f48d commit a1e5ef3Copy full SHA for a1e5ef3
llvm/lib/CodeGen/SelectionDAG/DAGCombiner.cpp
@@ -1664,8 +1664,8 @@ void DAGCombiner::Run(CombineLevel AtLevel) {
1664
bool NIsValid = DAG.LegalizeOp(N, UpdatedNodes);
1665
1666
for (SDNode *LN : UpdatedNodes) {
1667
- AddToWorklist(LN);
1668
AddUsersToWorklist(LN);
+ AddToWorklist(LN);
1669
}
1670
if (!NIsValid)
1671
continue;
0 commit comments