[PPC] [AIX] Implement calling convention IR for C99 complex types on AIX
authorChris Bowler <cebowleratibm@gmail.com>
Fri, 25 Sep 2020 11:36:49 +0000 (07:36 -0400)
committerZarko Todorovski <zarko@ca.ibm.com>
Fri, 25 Sep 2020 11:43:31 +0000 (07:43 -0400)
commitf330d9f163f644b968c6aa5884dc1be5efda20a1
treeb2bf2c6aaca2ddc461a8b8d2a44dd8678a41b13e
parent852447650c75de5f3e9c53a2659589cd2fd36b4d
[PPC] [AIX] Implement calling convention IR for C99 complex types on AIX

Add AIX calling convention logic to Clang for C99 complex types on AIX

Differential Revision: https://reviews.llvm.org/D88130
clang/lib/CodeGen/TargetInfo.cpp
clang/test/CodeGen/aix-complex.c [deleted file]
clang/test/CodeGen/powerpc-c99complex.c