forked from llvm/llvm-project
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Clang][SME2] Add builtins for moving multi-vectors to/from ZA (llvm#…
…71191) Adds the following SME2 builtins: - svread_hor/ver, - svwrite_hor/ver, - svread_za64, - svwrite_za64 See ARM-software/acle#217
- Loading branch information
1 parent
6905438
commit e9af57d
Showing
7 changed files
with
3,814 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,880 changes: 1,880 additions & 0 deletions
1,880
clang/test/CodeGen/aarch64-sme2-intrinsics/acle_sme2_read.c
Large diffs are not rendered by default.
Oops, something went wrong.
1,457 changes: 1,457 additions & 0 deletions
1,457
clang/test/CodeGen/aarch64-sme2-intrinsics/acle_sme2_write.c
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.