-
Notifications
You must be signed in to change notification settings - Fork 61
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[gen]: Generate basic SVE loads and stores
SVE pseudo-relaxation are grouped under `Sv` suffix: - `SvV` command a SVE gather load and scatter store - `Sv{1,2,3,4}` command a SVE interleave loads and stores' Generated tests set predicates in such way that single access won't exceed 128 bit (which is minimal allowed vector length) which allow them tolerate difference in implemented vector length when run on the target. Also it aligns with herd's implementation choice of 128 bit vector length. Please note that predicate register require another allocator which implemented via newly introduced `special2` allocator Signed-off-by: Vladimir Murzin <[email protected]>
- Loading branch information
Vladimir Murzin
committed
Apr 16, 2024
1 parent
59a2a24
commit 39967df
Showing
9 changed files
with
285 additions
and
16 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
Oops, something went wrong.