Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

i#5036 A64 scatter/gather, part 11: First-fault loads #6776

Merged
merged 1 commit into from
Apr 17, 2024

Conversation

jackgallagher-arm
Copy link
Collaborator

Adds support for first-fault loads to drx_expand_scatter_gather(). First-fault loads (ldff1*) work similarly to
scalar+vector/vector+immediate gather instructions or scalar+scalar predicated contiguous ld1* loads, but with different behaviour if an element access faults. This commit implements this behaviour and extends the scatter/gather tests to include ldff1* instructions.

Issue: #5036

Adds support for first-fault loads to drx_expand_scatter_gather().
First-fault loads (ldff1*) work similarly to
scalar+vector/vector+immediate gather instructions or scalar+scalar
predicated contiguous ld1* loads, but with different behaviour if an
element access faults. This commit implements this behaviour and extends
the scatter/gather tests to include ldff1* instructions.

Issue: #5036
@jackgallagher-arm
Copy link
Collaborator Author

The vs2019-32 failure looks like #6764

@AssadHashmi AssadHashmi merged commit eb79973 into master Apr 17, 2024
15 of 16 checks passed
@AssadHashmi AssadHashmi deleted the i5036-aarch64-scatter-gather-part-10-ldff branch April 17, 2024 09:49
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants