[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
================
@@ -492,6 +504,15 @@ getExtParameterInfosForCall(const FunctionProtoType *proto, unsigned prefixArgs,
const CGFunctionInfo &CodeGenTypes::arrangeCXXConstructorCall(
----------------
efriedma-quic wrote:
Please don't leave around an broken variant of arrangeCXXConstructorCall(). (If it isn't easy to fix the call in arrangeCXXConstructorCall, you can leave a FIXME there.)
https://github.com/llvm/llvm-project/pull/193298
More information about the cfe-commits
mailing list