[llvm] [CodeGen] Port `SjLjEHPrepare` to new pass manager (PR #75023)
via llvm-commits
llvm-commits at lists.llvm.org
Sun Dec 10 22:01:28 PST 2023
================
@@ -339,8 +339,7 @@ static bool shouldPinPassToLegacyPM(StringRef Pass) {
"nvptx-", "mips-", "lanai-", "hexagon-", "bpf-", "avr-",
"thumb2-", "arm-", "si-", "gcn-", "amdgpu-", "aarch64-",
"amdgcn-", "polly-", "riscv-", "dxil-"};
- // TODO: remove "ehprepare"
----------------
paperchalice wrote:
This is the last pass ends with `ehprepare`. After #75024, `ehprepare` is no longer needed.
https://github.com/llvm/llvm-project/pull/75023
More information about the llvm-commits
mailing list