forked from OSchip/llvm-project
0b4cf802fa
Summary: - Skip unreachable predecessors during header detection in SCC. Those unreachable blocks would be generated in the switch lowering pass in the corner cases or other frontends. Even though they could be removed through the CFG simplification, we should skip them during header detection. Reviewers: sameerds Subscribers: hiraditya, llvm-commits Tags: #llvm Differential Revision: https://reviews.llvm.org/D83562 |
||
---|---|---|
.. | ||
basic.ll | ||
bug45623.ll | ||
nested.ll | ||
switch.ll | ||
unreachable.ll |