[clang] [clang][CodeGen][X86_64] Honor per-function AVX ABI in C/C++ call paths, maintain old psABI for PlayStation. (PR #193298)

Eli Friedman via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 15 18:02:16 PDT 2026


================
@@ -706,8 +737,14 @@ arrangeFreeFunctionLikeCall(CodeGenTypes &CGT, CodeGenModule &CGM,
 /// target-dependent in crazy ways.
 const CGFunctionInfo &CodeGenTypes::arrangeFreeFunctionCall(
     const CallArgList &args, const FunctionType *fnType, bool chainCall) {
+  return arrangeFreeFunctionCall(args, fnType, chainCall, /*FD=*/nullptr);
----------------
efriedma-quic wrote:

Silently broken implementation.

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


More information about the cfe-commits mailing list