[all-commits] [llvm/llvm-project] cb4302: [CLANG]Add Scalable vectors for mfloat8_t (#101644)
CarolineConcatto via All-commits
all-commits at lists.llvm.org
Thu Oct 17 01:23:17 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: cb43021e5726a4462f28a999fb66a8dc20dc354b
https://github.com/llvm/llvm-project/commit/cb43021e5726a4462f28a999fb66a8dc20dc354b
Author: CarolineConcatto <caroline.concatto at arm.com>
Date: 2024-10-17 (Thu, 17 Oct 2024)
Changed paths:
M clang/include/clang/Basic/AArch64SVEACLETypes.def
M clang/include/clang/Basic/arm_sve_sme_incl.td
M clang/include/clang/Serialization/ASTBitCodes.h
M clang/lib/AST/Type.cpp
M clang/test/AST/ast-dump-aarch64-sve-types.c
M clang/test/CodeGen/aarch64-sve.c
M clang/test/CodeGenCXX/aarch64-mangle-sve-vectors.cpp
M clang/test/CodeGenCXX/aarch64-sve-typeinfo.cpp
M clang/test/CodeGenCXX/aarch64-sve-vector-init.cpp
M clang/test/CodeGenObjC/aarch64-sve-types.m
M clang/test/Modules/no-external-type-id.cppm
M clang/test/Sema/aarch64-sve-types.c
A clang/test/Sema/arm-mfp8.cpp
M clang/test/SemaObjC/aarch64-sve-types.m
M clang/utils/TableGen/SveEmitter.cpp
Log Message:
-----------
[CLANG]Add Scalable vectors for mfloat8_t (#101644)
This patch adds these new vector sizes for sve:
svmfloat8_t
According to the ARM ACLE PR#323[1].
[1] ARM-software/acle#323
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list