Skip to content

[llvm][docs][X86] Mention code model improvements in ReleaseNotes #76190

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

Merged
merged 2 commits into from
Dec 21, 2023

Conversation

aeubanks
Copy link
Contributor

No description provided.

@aeubanks aeubanks requested a review from rnk December 21, 2023 21:59
* Marking global variables with ``code_model = "small"/"large"`` in the IR now
overrides the global code model to allow 32-bit relocations or require 64-bit
relocations to the global variable.
* The medium code model's code generation was audited to be much similar to the
Copy link
Collaborator

Choose a reason for hiding this comment

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

"to be much similar", it seems like there is a missing "more" here. It could read "to be more similar".

@aeubanks aeubanks merged commit 3ca9bcc into llvm:main Dec 21, 2023
@aeubanks aeubanks deleted the code-model-release-notes branch December 21, 2023 22:30
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