[PATCH] D127762: [Clang][AArch64] Add/implement ACLE keywords for SME.
Sander de Smalen via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Jun 5 06:23:26 PDT 2023
sdesmalen marked an inline comment as done.
sdesmalen added a comment.
In D127762#4395509 <https://reviews.llvm.org/D127762#4395509>, @erichkeane wrote:
> We ended up getting the regular-attribute-like-keywords patch in a different form. Do we still want to do this as is? Does it need rebasing?
I've rebased this patch on top of @rsandifo-arm's patches so that it uses the attribute-like-keywords now (note for example that the tests have been updated to use the new keywords).
D148700 <https://reviews.llvm.org/D148700> and D148702 <https://reviews.llvm.org/D148702> only addressed the parsing side of things, not the semantics. This patch adds the remaining attributes/keywords (D148700 <https://reviews.llvm.org/D148700> only added `__arm_streaming`), integrates the type information into the AST and adds codegen to the LLVM IR function- and call-site attributes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127762/new/
https://reviews.llvm.org/D127762
More information about the cfe-commits
mailing list