Skip to content

Conversation

@dkcumming
Copy link
Collaborator

This PR adds the volatile_store intrinsic. For this semantics, memory being "volatile" is meaningless as the we are not compiling any further, and aren't modeling any compiler optimisations that could occur if we were to. Therefore this is implemented as a simple dereference of the pointer and store of the value provided at that location.

Copy link
Member

@jberthold jberthold left a comment

Choose a reason for hiding this comment

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

LGTM

@automergerpr-permission-manager automergerpr-permission-manager bot merged commit 377f3f0 into master Jan 24, 2026
7 checks passed
@automergerpr-permission-manager automergerpr-permission-manager bot deleted the dc/volatile-store branch January 24, 2026 12:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants