Files
llvm/test/Transforms/FunctionAttrs
Johannes Doerfert 40b2b61e65 [Attributor][FIX] Avoid splitting blocks if possible
Before, we eagerly split blocks even if it was not necessary, e.g., they
had a single unreachable instruction and only a single predecessor.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@374703 91177308-0d34-0410-b5e6-96231b3b80d8
2019-10-13 05:27:09 +00:00
..