[SCCP][IR] Landing pads are not safe to remove
authorNikita Popov <npopov@redhat.com>
Mon, 14 Mar 2022 13:34:01 +0000 (14:34 +0100)
committerNikita Popov <npopov@redhat.com>
Mon, 14 Mar 2022 13:59:32 +0000 (14:59 +0100)
commitda48f08abf3cb26d1fce4a6909c4fe2e63278d80
tree13c34bff8941a97fa16b155052ed21930f3aeac9
parent64721a3312c6e1b7189ffdcf05f9c6ee5b7e6777
[SCCP][IR] Landing pads are not safe to remove

For landingpads with {} type, SCCP ended up dropping them, because
we considered them as safe to remove.
llvm/lib/IR/Instruction.cpp
llvm/test/Transforms/SCCP/landingpad.ll [new file with mode: 0644]