[PATCH] D66661: [DAGCombiner] Add node to the worklist in topological order in scalarizeExtractedVectorLoad
Roman Lebedev via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Fri Aug 23 11:12:58 PDT 2019
lebedev.ri added inline comments.
================
Comment at: lib/CodeGen/SelectionDAG/DAGCombiner.cpp:16639
++OpsNarrowed;
return SDValue(EVE, 0);
}
----------------
Won't this cause the node to be revisited, before `AddToWorklist(EVE);` ?
Repository:
rL LLVM
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D66661/new/
https://reviews.llvm.org/D66661
More information about the llvm-commits
mailing list