[all-commits] [llvm/llvm-project] 4c8b8e: [PowerPC] Allow MMA built-ins to accept non-void p...

ahsansaghir via All-commits all-commits at lists.llvm.org
Tue Nov 16 07:14:53 PST 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 4c8b8e0154f075e463428acc0640388c40d60097
      https://github.com/llvm/llvm-project/commit/4c8b8e0154f075e463428acc0640388c40d60097
  Author: Ahsan Saghir <saghir at ca.ibm.com>
  Date:   2021-11-16 (Tue, 16 Nov 2021)

  Changed paths:
    M clang/lib/CodeGen/CGBuiltin.cpp
    M clang/lib/Sema/SemaChecking.cpp
    M clang/test/Sema/ppc-pair-mma-types.c

  Log Message:
  -----------
  [PowerPC] Allow MMA built-ins to accept non-void pointers and arrays

Calls to MMA builtins that take pointer to void
do not accept other pointers/arrays whereas normal
functions with the same parameter do. This patch
allows MMA built-ins to accept non-void pointers
and arrays.

Reviewed By: nemanjai

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




More information about the All-commits mailing list