1
0
mirror of https://github.com/RPCS3/llvm-mirror.git synced 2024-10-19 02:52:53 +02:00
llvm-mirror/test/Transforms/FixIrreducible
Michael Liao 45cca1d233 [fix-irreducible] Skip unreachable predecessors.
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
2020-07-11 10:08:44 -04:00
..
basic.ll Introduce fix-irreducible pass 2020-04-15 15:05:51 +05:30
bug45623.ll FixIrreducible: don't crash when moving a child loop 2020-04-22 07:47:30 +05:30
nested.ll Introduce fix-irreducible pass 2020-04-15 15:05:51 +05:30
switch.ll Introduce fix-irreducible pass 2020-04-15 15:05:51 +05:30
unreachable.ll [fix-irreducible] Skip unreachable predecessors. 2020-07-11 10:08:44 -04:00