llvm-mirror/test/Transforms/StructurizeCFG
Ehud Katz 9df1915a6d [StructurizeCFG] Fix region nodes ordering
This is a reimplementation of the `orderNodes` function, as the old
implementation didn't take into account all cases.
The new implementation uses SCCs instead of Loops to take account of
irreducible loops.

Fix PR41509

Differential Revision: https://reviews.llvm.org/D79037
2020-06-01 12:50:35 +03:00
..
AMDGPU StructurizeCFG: simplify phi nodes when possible 2020-03-05 10:33:15 +05:30
workarounds [Local] Prevent invertCondition from creating a redundant instruction 2020-05-29 21:08:22 +03:00
branch-on-argument.ll Revert "Temporarily Revert "Add basic loop fusion pass."" 2019-04-17 04:52:47 +00:00
bug36015.ll [Local] Prevent invertCondition from creating a redundant instruction 2020-05-29 21:08:22 +03:00
interleaved-loop-order.ll [StructurizeCFG] Fix region nodes ordering 2020-06-01 12:50:35 +03:00
invert-condition.ll Revert "Temporarily Revert "Add basic loop fusion pass."" 2019-04-17 04:52:47 +00:00
invert-constantexpr.ll Revert "Temporarily Revert "Add basic loop fusion pass."" 2019-04-17 04:52:47 +00:00
loop-continue-phi.ll Revert "Temporarily Revert "Add basic loop fusion pass."" 2019-04-17 04:52:47 +00:00
loop-multiple-exits.ll [Local] Prevent invertCondition from creating a redundant instruction 2020-05-29 21:08:22 +03:00
nested-loop-order.ll Revert "Temporarily Revert "Add basic loop fusion pass."" 2019-04-17 04:52:47 +00:00
nested-loop-subregion.ll [StructurizeCFG] Fix region nodes ordering 2020-06-01 12:50:35 +03:00
no-branch-to-entry.ll Revert "Temporarily Revert "Add basic loop fusion pass."" 2019-04-17 04:52:47 +00:00
one-loop-multiple-backedges.ll [Local] Prevent invertCondition from creating a redundant instruction 2020-05-29 21:08:22 +03:00
post-order-traversal-bug.ll [Local] Prevent invertCondition from creating a redundant instruction 2020-05-29 21:08:22 +03:00
rebuild-ssa-infinite-loop.ll AMDGPU: Update more tests to use modern buffer intrinsics 2020-01-16 14:29:38 -05:00
switch.ll Revert "Temporarily Revert "Add basic loop fusion pass."" 2019-04-17 04:52:47 +00:00