================ @@ -78,6 +78,13 @@ class CodeGenOptions : public CodeGenOptionsBase { SRCK_InRegs // Small structs in registers (-freg-struct-return). }; + enum ComplexArgumentConventionKind { + CMPLX_Default, + CMPLX_OnStack, + CMPLX_OnGPR, // if ppc32 -fcomplex-ppc-gnu-abi ---------------- nemanjai wrote:
Nit: can we use `In[GF]PR` in the names as "in registers"/"on stack" are in common usage. https://github.com/llvm/llvm-project/pull/77732 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits