[all-commits] [llvm/llvm-project] b0cc42: [CodeGen] Port `SjLjEHPrepare` to new pass manager...
paperchalice via All-commits
all-commits at lists.llvm.org
Tue Dec 12 00:07:41 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: b0cc42ae0f85a899a970f66ec182985e4bd316cf
https://github.com/llvm/llvm-project/commit/b0cc42ae0f85a899a970f66ec182985e4bd316cf
Author: paperchalice <liujunchang97 at outlook.com>
Date: 2023-12-12 (Tue, 12 Dec 2023)
Changed paths:
M llvm/include/llvm/CodeGen/CodeGenPassBuilder.h
M llvm/include/llvm/CodeGen/MachinePassRegistry.def
A llvm/include/llvm/CodeGen/SjLjEHPrepare.h
M llvm/lib/CodeGen/SjLjEHPrepare.cpp
M llvm/lib/Passes/PassBuilder.cpp
M llvm/lib/Passes/PassRegistry.def
M llvm/test/CodeGen/ARM/sjljeh-swifterror.ll
M llvm/tools/opt/opt.cpp
Log Message:
-----------
[CodeGen] Port `SjLjEHPrepare` to new pass manager (#75023)
`doInitialization` in `SjLjEHPrepare` is trivial.
This is the last pass suffix with `ehprepare`.
More information about the All-commits
mailing list