[clang] [llvm] [clang] Integrate LLVMABI for function call ABI lowering (PR #194460)
Nikita Popov via cfe-commits
cfe-commits at lists.llvm.org
Tue Apr 28 03:49:24 PDT 2026
================
@@ -830,6 +833,42 @@ void computeSPIRKernelABIInfo(CodeGenModule &CGM, CGFunctionInfo &FI);
/// Arrange the argument and result information for an abstract value
/// of a given function type. This is the method which all of the
/// above functions ultimately defer to.
----------------
nikic wrote:
Looks like this function got inserted between a doc comment and it's function :)
https://github.com/llvm/llvm-project/pull/194460
More information about the cfe-commits
mailing list