[all-commits] [llvm/llvm-project] 593b07: [PowerPC] MMA - Add __builtin_vsx_build_pair and _...
ahsansaghir via All-commits
all-commits at lists.llvm.org
Mon Sep 27 17:51:40 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 593b074a096c542c6753916caa754f321a111f21
https://github.com/llvm/llvm-project/commit/593b074a096c542c6753916caa754f321a111f21
Author: Ahsan Saghir <saghir at ca.ibm.com>
Date: 2021-09-27 (Mon, 27 Sep 2021)
Changed paths:
M clang/include/clang/Basic/BuiltinsPPC.def
M clang/lib/CodeGen/CGBuiltin.cpp
A clang/test/CodeGen/builtins-ppc-build-pair-mma.c
M clang/test/Sema/ppc-pair-mma-types.c
M clang/test/SemaCXX/ppc-pair-mma-types.cpp
Log Message:
-----------
[PowerPC] MMA - Add __builtin_vsx_build_pair and __builtin_mma_build_acc builtins
This patch adds the following built-ins:
__builtin_vsx_build_pair
__builtin_mma_build_acc
Reviewed By: #powerpc, nemanjai, lei
Differential Revision: https://reviews.llvm.org/D107647
More information about the All-commits
mailing list