Skip to content

Fix effects for AtomicFence#8465

Open
tlively wants to merge 1 commit intomainfrom
fix-fence-effects
Open

Fix effects for AtomicFence#8465
tlively wants to merge 1 commit intomainfrom
fix-fence-effects

Conversation

@tlively
Copy link
Member

@tlively tlively commented Mar 13, 2026

When we updated EffectsAnalzyer to handle atomic effects more precisely, we forgot to update AtomicFence. It previously was considered to access shared memories, but in fact it should be considered to access all possible shared locations. This properly prevents it from being reordered with accesses to shared structs and arrays as well.

When we updated EffectsAnalzyer to handle atomic effects more precisely, we forgot to update AtomicFence. It previously was considered to access shared memories, but in fact it should be considered to access all possible shared locations. This properly prevents it from being reordered with accesses to shared structs and arrays as well.
@tlively tlively requested a review from kripken March 13, 2026 22:27
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.

1 participant