Tags: ai4dev/dg
Tags
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 mchalupa#73 Signed-off-by: Marek Chalupa <mchqwerty@gmail.com>