[PATCH] D127910: [Clang][AArch64] Add SME C intrinsics for load and store
Sagar Kulkarni via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 16 11:02:00 PDT 2022
sagarkulkarni19 added a comment.
In D127910#3589068 <https://reviews.llvm.org/D127910#3589068>, @sdesmalen wrote:
> Hi @sagarkulkarni19, this patch will have to wait until the ABI is implemented so that the builtins can be decorated with the attributes. A first patch proposing these attributes is in D127762 <https://reviews.llvm.org/D127762>. LLVM patches that use these attributes to implement the ABI will follow soon. We could add you as reviewer to these patches if you'd like to help us with that?
Hi @sdesmalen, sounds good. I can update this patch accordingly when the attributes patches are in. Sure, please add me as a reviewer to those patches. We are porting much of our downstream C intrinsics implementation to support the ACLE instead and can contribute this effort upstream. I have also created an article on discourse (https://discourse.llvm.org/t/clang-sme-acle-intrinsics/63223) for further discussion on this.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127910/new/
https://reviews.llvm.org/D127910
More information about the cfe-commits
mailing list