You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
llvm-slicer: fix case when all successors are the same
forget to cover the case when all successors are the same - in that
case there are two successors and the branch inst is going away,
but there's no self-loop, so the assert killed the slicer
Signed-off-by: Marek Chalupa <mchqwerty@gmail.com>
llvm-dg: abort on BB self-loop
we don't handle them correctly now, so abort on them
instead of slicing incorrectly. This patch will be reverted
once we handle them correctly
see #73
Signed-off-by: Marek Chalupa <mchqwerty@gmail.com>