[all-commits] [llvm/llvm-project] a1fae9: [AArch64] Add svboolx2_t and svboolx4_t tuple types
Matthew Devereau via All-commits
all-commits at lists.llvm.org
Tue Mar 14 03:17:58 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: a1fae98ba95c18ea6b673fc3c177b917e0f5aa56
https://github.com/llvm/llvm-project/commit/a1fae98ba95c18ea6b673fc3c177b917e0f5aa56
Author: Matt Devereau <matthew.devereau at arm.com>
Date: 2023-03-14 (Tue, 14 Mar 2023)
Changed paths:
M clang/include/clang/Basic/AArch64SVEACLETypes.def
M clang/lib/AST/ASTContext.cpp
M clang/lib/AST/Type.cpp
M clang/lib/CodeGen/CodeGenTypes.cpp
A clang/test/CodeGen/svboolx2_t.cpp
A clang/test/CodeGen/svboolx4_t.cpp
M clang/test/CodeGenCXX/aarch64-mangle-sve-vectors.cpp
M clang/utils/TableGen/SveEmitter.cpp
Log Message:
-----------
[AArch64] Add svboolx2_t and svboolx4_t tuple types
https://reviews.llvm.org/D145505
More information about the All-commits
mailing list