[all-commits] [llvm/llvm-project] ff8e8c: [AIX] Enabling vector type arguments and return fo...

Zarko Todorovski via All-commits all-commits at lists.llvm.org
Fri Nov 27 07:00:39 PST 2020


  Branch: refs/heads/temp-test-main
  Home:   https://github.com/llvm/llvm-project
  Commit: ff8e8c1b14eafbcdc2778dcf1c9fc12c82f078d7
      https://github.com/llvm/llvm-project/commit/ff8e8c1b14eafbcdc2778dcf1c9fc12c82f078d7
  Author: Zarko Todorovski <zarko at ca.ibm.com>
  Date:   2020-11-27 (Fri, 27 Nov 2020)

  Changed paths:
    M clang/lib/CodeGen/TargetInfo.cpp
    A clang/test/CodeGen/aix-altivec.c
    R clang/test/CodeGen/aix-vector.c

  Log Message:
  -----------
  [AIX] Enabling vector type arguments and return for AIX

This patch enables vector type arguments on AIX.  All non-aggregate Altivec vector types are 16bytes in size and are 16byte aligned.

Reviewed By: Xiangling_L

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




More information about the All-commits mailing list