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 27db7af commit 3d709abCopy full SHA for 3d709ab
llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
@@ -158,7 +158,6 @@ class DFAJumpThreading {
158
private:
159
void
160
unfoldSelectInstrs(const SmallVector<SelectInstToUnfold, 4> &SelectInsts) {
161
- // TODO: Have everything use a single lazy DTU
162
SmallVector<SelectInstToUnfold, 4> Stack(SelectInsts);
163
164
while (!Stack.empty()) {
0 commit comments