[all-commits] [llvm/llvm-project] d56d53: [Clang] Allow vector and matrix type attributes fo...
Dmitry Sidorov via All-commits
all-commits at lists.llvm.org
Tue May 20 06:06:59 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d56d537f9b003869e9376fd9e15bff99423ca4af
https://github.com/llvm/llvm-project/commit/d56d537f9b003869e9376fd9e15bff99423ca4af
Author: Dmitry Sidorov <dmitry.sidorov at intel.com>
Date: 2025-05-20 (Tue, 20 May 2025)
Changed paths:
M clang/include/clang/Basic/DiagnosticSemaKinds.td
M clang/lib/AST/ASTContext.cpp
M clang/lib/Sema/SemaType.cpp
M clang/test/CodeGenCXX/ext-int.cpp
M clang/test/CodeGenCXX/matrix-vector-bit-int.cpp
M clang/test/SemaCXX/ext-int.cpp
M clang/test/SemaCXX/matrix-type.cpp
A llvm/test/CodeGen/X86/vec-2bit-int.ll
Log Message:
-----------
[Clang] Allow vector and matrix type attributes for sub-byte _BitInt (#140253)
It is useful for several cases, particularly for 4-bit integers.
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