[all-commits] [llvm/llvm-project] fc8acb: [Clang][SVE2.1] Add clang support for builtins us...
CarolineConcatto via All-commits
all-commits at lists.llvm.org
Wed May 31 08:58:26 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: fc8acb563ae019735e646f9964b254cab1efd529
https://github.com/llvm/llvm-project/commit/fc8acb563ae019735e646f9964b254cab1efd529
Author: Caroline Concatto <caroline.concatto at arm.com>
Date: 2023-05-31 (Wed, 31 May 2023)
Changed paths:
M clang/include/clang/Basic/Builtins.def
M clang/include/clang/Basic/arm_sve.td
M clang/include/clang/Basic/arm_sve_sme_incl.td
M clang/lib/AST/ASTContext.cpp
A clang/test/CodeGen/aarch64-sve2p1-intrinsics/acle_sve2p1_ptrue.c
M clang/utils/TableGen/SveEmitter.cpp
Log Message:
-----------
[Clang][SVE2.1] Add clang support for builtins using svcount_t
In this patch it is used for the prototype:
* svptrue_c8 (and _c16/_c32/_c64)
As described in: https://github.com/ARM-software/acle/pull/257
Patch by: Sander de Smalen <sander.desmalen at arm.com>
Reviewed By: sdesmalen, david-arm
Differential Revision: https://reviews.llvm.org/D150953
More information about the All-commits
mailing list