[all-commits] [llvm/llvm-project] 49b27b: [AArch64][SME2] Add builtins to cast svbool from/t...
Dinar Temirbulatov via All-commits
all-commits at lists.llvm.org
Fri Dec 8 08:38:42 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 49b27b150b97c190dedf8b45bf991c4b811ed953
https://github.com/llvm/llvm-project/commit/49b27b150b97c190dedf8b45bf991c4b811ed953
Author: Dinar Temirbulatov <Dinar.Temirbulatov at arm.com>
Date: 2023-12-08 (Fri, 08 Dec 2023)
Changed paths:
M clang/include/clang/Basic/arm_sve.td
M clang/lib/CodeGen/CGBuiltin.cpp
A clang/test/CodeGen/aarch64-sme2-intrinsics/acle_sme2_reinterpret_svcount_svbool.c
Log Message:
-----------
[AArch64][SME2] Add builtins to cast svbool from/to svcount. (#74720)
Add builtin: 'svreinterpret_b' to cast from svcount_t to svbool_t.
Add builtin: 'svreinterpret_c' to cast from svbool_t to svcount_t.
Patch by: Hassnaa Hamdi <hassnaa.hamdi at arm.com>
More information about the All-commits
mailing list