Skip to content
Commit 70aca7b1 authored by Nikita Popov's avatar Nikita Popov
Browse files

[InstCombine] Explicitly track dead edges

This allows us to handle dead blocks with multiple incoming edges,
where we can determine that all of those edges are dead (or cycles).

This allows InstCombine to handle certain dead code patterns that
can be produced by LoopVectorize in a single iteration.

This is in preparation for D154579.
parent ac6e9e69
Loading
Loading
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please to comment