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

Avoid swm/lwm of volatile accesses. #14

Merged
merged 2 commits into from
Jul 6, 2023
Merged

Avoid swm/lwm of volatile accesses. #14

merged 2 commits into from
Jul 6, 2023

Conversation

cme
Copy link

@cme cme commented Jul 4, 2023

Merging volatile accesses into lwm/swm can change the order of accesses and may have other undesirable effects. Disallow it.

Merging volatile accesses into lwm/swm can change the order of
accesses and may have other undesirable effects.
Copy link
Collaborator

@djtodoro djtodoro left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, thanks!

@cme cme merged commit 7e8b44f into nanomips Jul 6, 2023
farazs-github pushed a commit that referenced this pull request Mar 11, 2024
Avoid swm/lwm of volatile accesses.
milica-lazarevic pushed a commit that referenced this pull request Jun 18, 2024
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