[all-commits] [llvm/llvm-project] da48f0: [SCCP][IR] Landing pads are not safe to remove
Nikita Popov via All-commits
all-commits at lists.llvm.org
Mon Mar 14 06:59:51 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: da48f08abf3cb26d1fce4a6909c4fe2e63278d80
https://github.com/llvm/llvm-project/commit/da48f08abf3cb26d1fce4a6909c4fe2e63278d80
Author: Nikita Popov <npopov at redhat.com>
Date: 2022-03-14 (Mon, 14 Mar 2022)
Changed paths:
M llvm/lib/IR/Instruction.cpp
A llvm/test/Transforms/SCCP/landingpad.ll
Log Message:
-----------
[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.
More information about the All-commits
mailing list