[clang] [Sparc][clang] make `_Complex` ABI GCC-compatible (PR #212340)

Sergei Barannikov via cfe-commits cfe-commits at lists.llvm.org
Sat Aug 1 16:07:53 PDT 2026


================
@@ -277,6 +313,20 @@ ABIArgInfo SparcV9ABIInfo::classifyType(QualType Ty, unsigned SizeLimit,
       return ABIArgInfo::getExtend(Ty);
     }
 
+  // When being GCC-compatible, cast a complex integer to an integer type
+  // of the right size to get the correct scalar-like behavior.
----------------
s-barannikov wrote:

Can you expand the comment saying how other complex types are passed?
So that we don't have to dig what the rest of the function does.


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


More information about the cfe-commits mailing list