[llvm] [X86] Remove X86RegisterInfo::getSEHRegNum. (PR #106866)

Craig Topper via llvm-commits llvm-commits at lists.llvm.org
Sat Aug 31 22:04:54 PDT 2024


topperc wrote:

> The ARM/AArch64 definition also look redundant.

ARM/AArch64 has callers and they don't populate the DenseMap in MCRegisterInfo like `X86_MC::initLLVMToSEHAndCVRegMapping` unless I missed it?

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


More information about the llvm-commits mailing list