Issue 56023
Summary PowerPC ABI incompatibility with GNU on complex arguments
Labels
Assignees
Reporter UmeshKalappa0
    We recently moved llvm from GCC and found that  their  is ABI difference in the two compilers. GNU passes and returns double complex in GP registers. LLVM passes an returns the value on the stack.

return double complex numbers (the assumption is this applies to complex, double complex, and long double complex).

https://godbolt.org/z/qqzzesK9r

Its case with ppc32 and we agree that the  ABI insist the same semantics like LLVM ,can we have bypass the semantics like GCC with option ?

_______________________________________________
llvm-bugs mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-bugs

Reply via email to