llvm-project/llvm/test/Transforms/StructurizeCFG
Marek Olsak 3c5fd145c5 StructurizeCFG: fix inverting conditions
Author: Samuel Pitoiset

Without this patch, it appears to me that we are selecting
the wrong operand when inverting conditions. In the attached
test, it will select %tmp3 instead of %tmp4. To fix it, just
use 'A' as everywhere.

This fixes a regression introduced by
"[PatternMatch] define m_Not using m_Xor and cst_pred_ty"

https://reviews.llvm.org/D46351

llvm-svn: 332403
2018-05-15 21:41:55 +00:00
..
AMDGPU StructurizeCFG: Test for branch divergence correctly 2018-04-04 10:58:15 +00:00
branch-on-argument.ll [Dominators] Include infinite loops in PostDominatorTree 2017-08-15 18:14:57 +00:00
bug36015.ll Revert r321751, "StructurizeCFG: Fix broken backedge detection" 2018-01-24 18:02:05 +00:00
invert-condition.ll StructurizeCFG: fix inverting conditions 2018-05-15 21:41:55 +00:00
invert-constantexpr.ll [StructurizeCFG] fix test to be independent of FP undef 2018-03-08 17:13:57 +00:00
loop-multiple-exits.ll
nested-loop-order.ll Revert r321751, "StructurizeCFG: Fix broken backedge detection" 2018-01-24 18:02:05 +00:00
no-branch-to-entry.ll [Dominators] Include infinite loops in PostDominatorTree 2017-08-15 18:14:57 +00:00
one-loop-multiple-backedges.ll Revert "StructurizeCFG: Directly invert cmp instructions" 2017-04-24 20:25:01 +00:00
post-order-traversal-bug.ll Revert "StructurizeCFG: Directly invert cmp instructions" 2017-04-24 20:25:01 +00:00
rebuild-ssa-infinite-loop.ll
switch.ll