llvm-project/llvm/test/Transforms/StructurizeCFG/workarounds
Ehud Katz c710bb44a6 [Local] Prevent `invertCondition` from creating a redundant instruction
Prevent `invertCondition` from creating the inversion instruction, in
case the given value is an argument which has already been inverted.
Note that this approach has already been taken in case the given value
is an instruction (and not an argument).

Differential Revision: https://reviews.llvm.org/D80399
2020-05-29 21:08:22 +03:00
..
needs-fix-reducible.ll Introduce fix-irreducible pass 2020-04-15 15:05:51 +05:30
needs-fr-ule.ll [Local] Prevent `invertCondition` from creating a redundant instruction 2020-05-29 21:08:22 +03:00
needs-unified-loop-exits.ll