[clang] [llvm] [clang] Integrate LLVMABI for function call ABI lowering (PR #194460)
Nikita Popov via llvm-commits
llvm-commits at lists.llvm.org
Wed May 6 02:03:37 PDT 2026
================
@@ -824,9 +827,70 @@ const CGFunctionInfo &CodeGenTypes::arrangeCall(const CGFunctionInfo &signature,
namespace clang {
namespace CodeGen {
void computeSPIRKernelABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI);
-}
+} // namespace CodeGen
} // namespace clang
+void CodeGenTypes::computeABIInfoUsingLib(CGFunctionInfo &FI) {
----------------
nikic wrote:
This probably more belongs on CodeGenFunction or CodeGenModule rather than CodeGenTypes.
https://github.com/llvm/llvm-project/pull/194460
More information about the llvm-commits
mailing list