[all-commits] [llvm/llvm-project] 032c83: [Clang][AArch64] Remove unnecessary and incorrect ...
Sander de Smalen via All-commits
all-commits at lists.llvm.org
Tue Jan 16 03:21:46 PST 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 032c832719b5b2c44b78359ed54b91964ef15b79
https://github.com/llvm/llvm-project/commit/032c832719b5b2c44b78359ed54b91964ef15b79
Author: Sander de Smalen <sander.desmalen at arm.com>
Date: 2024-01-16 (Tue, 16 Jan 2024)
Changed paths:
M clang/utils/TableGen/SveEmitter.cpp
Log Message:
-----------
[Clang][AArch64] Remove unnecessary and incorrect attributes from arm_sme.h.
These attributes were using the GNU attribute syntax, rather than the new
keyword attribute syntax, and they are no longer required as we have code
in SemaChecking to verify whether a builtin is compatible with its caller.
More information about the All-commits
mailing list