[llvm] [RuntimeLibcalls] Rework LibcallImplCallingConvs to reduce stack usage (PR #174689)
Matt Arsenault via llvm-commits
llvm-commits at lists.llvm.org
Fri Jul 31 05:19:33 PDT 2026
================
----------------
arsenm wrote:
Maybe preserve the static size:
```
std::unique_ptr<std::array<CallingConv::ID, RTLIB::NumLibcallImpls>>
LibcallImplCallingConvs =
std::make_unique<std::array<CallingConv::ID, RTLIB::NumLibcallImpls>>();
```
https://github.com/llvm/llvm-project/pull/174689
More information about the llvm-commits
mailing list