DuplicateInstructionsInSplitBetween can preserve the DT by passing
through DT to SplitEdge.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
Just passing in DT here is the easy way to update the dominator tree. But we should start switching to deferred dominators (or a more generic update object) at some point.