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

via llvm-commits llvm-commits at lists.llvm.org
Sun Dec 10 22:28:16 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:

Yes, but there is already another `TODO` covered this:
https://github.com/llvm/llvm-project/blob/9a46518630869e7fcb495e72378abdbedf68d40d/llvm/tools/opt/opt.cpp#L315-L319

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


More information about the llvm-commits mailing list