Gábor Spaits 43561ad204
[BasicBlockUtils] Handle funclets when detaching EH pad blocks (#157363)
Fixes #148052 .

When removing EH Pad blocks, the value defined by them becomes poison. These poison values are then used by `catchret` and `cleanupret`, which is invalid. This commit replaces those unreachable `catchret` and `cleanupret` instructions with `unreachable`.
2025-09-11 22:52:16 +02:00
..
2025-08-19 11:18:27 +01:00