[InstCombine] Handle unreachable edge when branching to loop
The successor is unreachable if either this is the only edge, or this is an edge into a loop, in which case other predecessors don't matter. This is exactly what the edge dominance check does.
Loading
Please sign in to comment