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

Matt Arsenault via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 10 22:25:29 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:

I mean the todo would now move to remove "-eh-prepare"?

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


More information about the llvm-commits mailing list