There was an error while loading. Please reload this page.
1 parent abbaaac commit b21f1e3Copy full SHA for b21f1e3
llvm/lib/Transforms/Scalar/DFAJumpThreading.cpp
@@ -158,6 +158,7 @@ class DFAJumpThreading {
158
void
159
unfoldSelectInstrs(DominatorTree *DT,
160
const SmallVector<SelectInstToUnfold, 4> &SelectInsts) {
161
+ // TODO: Have everything use a single lazy DTU
162
DomTreeUpdater DTU(DT, DomTreeUpdater::UpdateStrategy::Lazy);
163
SmallVector<SelectInstToUnfold, 4> Stack(SelectInsts);
164
0 commit comments