[llvm] [CodeGen] Port `SjLjEHPrepare` to new pass manager (PR #75023)

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 10 21:58:13 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"
----------------
arsenm wrote:

Lost the todo?

https://github.com/llvm/llvm-project/pull/75023


More information about the llvm-commits mailing list