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

Fix bug in SIMDLoadStoreLane interpretation #7237

Merged
merged 2 commits into from
Jan 23, 2025
Merged

Conversation

tlively
Copy link
Member

@tlively tlively commented Jan 23, 2025

The interpreter incorrectly trapped on OOB addresses before evaluating
the vector operand. This bug became visible when the vector operand had
side effects. Reorder the code to fix the problem.

The interpreter incorrectly trapped on OOB addresses before evaluating
the vector operand. This bug became visible when the vector operand had
side effects. Reorder the code to fix the problem.
@tlively tlively requested a review from ashleynh January 23, 2025 01:50
@tlively tlively merged commit ff423ae into main Jan 23, 2025
13 checks passed
@tlively tlively deleted the fix-simd-load-store-lane branch January 23, 2025 23:22
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