llvm-project/llvm/test/Transforms/StructurizeCFG
Sameer Sahasrabuddhe 42febbab91 StructurizeCFG: simplify phi nodes when possible
After structurization, some phi nodes can have a single incoming edge
and can be simplified away. This change runs a simplify query on all
phis that are either modified or added by the structurizer. This also
moves some phis closer to their use as a side benefit.

Reviewed By: arsenm

Differential Revision: https://reviews.llvm.org/D75500
2020-03-05 10:33:15 +05:30
..
AMDGPU StructurizeCFG: simplify phi nodes when possible 2020-03-05 10:33:15 +05:30
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 AMDGPU: Update more tests to use modern buffer intrinsics 2020-01-16 14:29:38 -05:00
switch.ll