-
Notifications
You must be signed in to change notification settings - Fork 566
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
i#5365 AArch64: Change scatter/gather instructions to per-element size (
#6574) Make the AArch64 IR consistent with x86 which already uses the per-element transfer size for the scatter/gather memory operand size. This changes the AArch64 codec for the scatter/gather and predicated contiguous load/store instructions to use the per-element access size for the memory operand instead of the maximum total transfer size that it used previously, and updates the tests accordingly. Issues: #5365, #5036, #6561
- Loading branch information
1 parent
3772e01
commit e982665
Showing
10 changed files
with
8,554 additions
and
8,919 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.