[PATCH] D127762: [Clang][AArch64] Add ACLE attributes for SME.
Sander de Smalen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 23 04:31:49 PDT 2022
sdesmalen updated this revision to Diff 439330.
sdesmalen marked 7 inline comments as done.
sdesmalen added a comment.
- Limited attribute to GNU spelling __attribute__((...))
- Changed `arm_locally_streaming` attribute to be `DeclOrStmtAttr` because it does not apply to type (only the definition)
- Changed the other SME attributes to be `TypeAttr`.
- Added checks and new tests for conflicting attributes on redeclarations
- Added checks and new tests for conflicting attributes on virtual function overrides
- Added new tests for propagation of type attributes on other declarations using `decltype(otherty)`
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127762/new/
https://reviews.llvm.org/D127762
Files:
clang/include/clang/AST/Type.h
clang/include/clang/AST/TypeProperties.td
clang/include/clang/Basic/Attr.td
clang/include/clang/Basic/AttrDocs.td
clang/include/clang/Basic/DiagnosticSemaKinds.td
clang/include/clang/Sema/Sema.h
clang/lib/AST/Type.cpp
clang/lib/AST/TypePrinter.cpp
clang/lib/Basic/Targets/AArch64.cpp
clang/lib/Basic/Targets/AArch64.h
clang/lib/CodeGen/CGCall.cpp
clang/lib/CodeGen/CodeGenModule.cpp
clang/lib/Sema/SemaDecl.cpp
clang/lib/Sema/SemaDeclAttr.cpp
clang/lib/Sema/SemaDeclCXX.cpp
clang/lib/Sema/SemaExpr.cpp
clang/lib/Sema/SemaType.cpp
clang/test/CodeGen/aarch64-sme-intrinsics/aarch64-sme-attrs.cpp
clang/test/Misc/pragma-attribute-supported-attributes-list.test
clang/test/Sema/aarch64-sme-attrs-no-sme.c
clang/test/Sema/aarch64-sme-func-attrs.c
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D127762.439330.patch
Type: text/x-patch
Size: 59417 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220623/302c2c2d/attachment-0001.bin>
More information about the cfe-commits
mailing list