[all-commits] [llvm/llvm-project] 1b0a71: [PowerPC][AIX] Add support for varargs for complex...

Zarko Todorovski via All-commits all-commits at lists.llvm.org
Thu Sep 16 06:38:16 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 1b0a71c5fc052322a45a8cb9a9fcaa2c36105b89
      https://github.com/llvm/llvm-project/commit/1b0a71c5fc052322a45a8cb9a9fcaa2c36105b89
  Author: Zarko Todorovski <zarko at ca.ibm.com>
  Date:   2021-09-16 (Thu, 16 Sep 2021)

  Changed paths:
    M clang/lib/CodeGen/TargetInfo.cpp
    A clang/test/CodeGen/aix32-complex-varargs.c
    M clang/test/CodeGen/ppc64-varargs-complex.c

  Log Message:
  -----------
  [PowerPC][AIX] Add support for varargs for complex types on AIX

Remove the previous error and add support for special handling of small
complex types as in PPC64 ELF ABI. As in, generate code to load from
varargs location and pack it in a temp variable, then return a pointer to
the struct.

Reviewed By: sfertile

Differential Revision: https://reviews.llvm.org/D106393




More information about the All-commits mailing list