[all-commits] [llvm/llvm-project] 2f6203: Add SME2 builtins for pfalse and ptrue (#71953)
Matthew Devereau via All-commits
all-commits at lists.llvm.org
Wed Dec 6 11:28:21 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f620374a05d4bfd1e8bebe97a34c9a5471553ed
https://github.com/llvm/llvm-project/commit/2f620374a05d4bfd1e8bebe97a34c9a5471553ed
Author: Matthew Devereau <matthew.devereau at arm.com>
Date: 2023-12-06 (Wed, 06 Dec 2023)
Changed paths:
M clang/include/clang/Basic/arm_sve.td
M clang/lib/Sema/Sema.cpp
M clang/test/CodeGen/aarch64-sve2p1-intrinsics/acle_sve2p1_pfalse.c
M clang/test/CodeGen/aarch64-sve2p1-intrinsics/acle_sve2p1_ptrue.c
Log Message:
-----------
Add SME2 builtins for pfalse and ptrue (#71953)
Extend pfalse and ptrue builtins with svcount_t return types to be
enabled for sve2p1 and sme2
See https://github.com/ARM-software/acle/pull/217
More information about the All-commits
mailing list