forked from OSchip/llvm-project
This change relaxes the checks for hasOnlyUniformBranches such that our
region is uniform if:
1. All conditional branches that are direct children are uniform.
2. And either:
a. All sub-regions are uniform.
b. There is one or less conditional branches among the direct
children.
Differential Revision: https://reviews.llvm.org/D62198
llvm-svn: 361610
|
||
|---|---|---|
| .. | ||
| AMDGPU | ||
| branch-on-argument.ll | ||
| bug36015.ll | ||
| invert-condition.ll | ||
| invert-constantexpr.ll | ||
| loop-continue-phi.ll | ||
| loop-multiple-exits.ll | ||
| nested-loop-order.ll | ||
| no-branch-to-entry.ll | ||
| one-loop-multiple-backedges.ll | ||
| post-order-traversal-bug.ll | ||
| rebuild-ssa-infinite-loop.ll | ||
| switch.ll | ||