[AArch64] Add svboolx2_t and svboolx4_t tuple types
authorMatt Devereau <matthew.devereau@arm.com>
Tue, 7 Mar 2023 15:12:31 +0000 (15:12 +0000)
committerMatt Devereau <matthew.devereau@arm.com>
Tue, 14 Mar 2023 10:16:51 +0000 (10:16 +0000)
commita1fae98ba95c18ea6b673fc3c177b917e0f5aa56
tree54dd4559d5b935a4d3f91542a56189a2ffe57782
parentb0ea210b351bcb6ac1dc25678e546fd55cf952d8
[AArch64] Add svboolx2_t and svboolx4_t tuple types

https://reviews.llvm.org/D145505
clang/include/clang/Basic/AArch64SVEACLETypes.def
clang/lib/AST/ASTContext.cpp
clang/lib/AST/Type.cpp
clang/lib/CodeGen/CodeGenTypes.cpp
clang/test/CodeGen/svboolx2_t.cpp [new file with mode: 0644]
clang/test/CodeGen/svboolx4_t.cpp [new file with mode: 0644]
clang/test/CodeGenCXX/aarch64-mangle-sve-vectors.cpp
clang/utils/TableGen/SveEmitter.cpp