[LoopDeletion] Don't delete loop exiting to EH pad (PR62160)
We can't branch directly to the EH pad, which is what the current loop deletion code would try to do. We would need a different approach here, which retains the invoke. This edge case does not look worth bothering with. Fixes https://github.com/llvm/llvm-project/issues/62160.
Loading
Please sign in to comment