[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


================
@@ -716,7 +753,7 @@ const CGFunctionInfo &
 CodeGenTypes::arrangeBlockFunctionCall(const CallArgList &args,
                                        const FunctionType *fnType) {
   return arrangeFreeFunctionLikeCall(*this, CGM, args, fnType, 1,
-                                     /*chainCall=*/false);
+                                     /*chainCall=*/false, nullptr);
----------------
efriedma-quic wrote:

Please leave FIXMEs for the blocks-related code that needs to be updated here.

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


More information about the cfe-commits mailing list