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

Impure attribute in KORE #4637

Merged
merged 4 commits into from
Sep 11, 2024
Merged

Impure attribute in KORE #4637

merged 4 commits into from
Sep 11, 2024

Conversation

dwightguth
Copy link
Collaborator

We add back code that was previously removed that was designed to compute which functions in K are impure (i.e., have side effects).

We don't do anything special for these functions except emit an attribute, but the llvm backend needs this information because it needs to know these functions cannot be optimized out.

@rv-jenkins rv-jenkins changed the base branch from master to develop September 11, 2024 14:07
@dwightguth dwightguth marked this pull request as ready for review September 11, 2024 14:52
@rv-jenkins rv-jenkins merged commit c17a0ee into develop Sep 11, 2024
17 checks passed
@rv-jenkins rv-jenkins deleted the impure branch September 11, 2024 19:22
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