[llvm] 3ca9bcc - [llvm][docs][X86] Mention code model improvements in ReleaseNotes (#76190)
via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 21 14:30:46 PST 2023
Author: Arthur Eubanks
Date: 2023-12-21T14:30:43-08:00
New Revision: 3ca9bcc6ccd0de4e05c7b7749c24f94e5f184b45
URL: https://github.com/llvm/llvm-project/commit/3ca9bcc6ccd0de4e05c7b7749c24f94e5f184b45
DIFF: https://github.com/llvm/llvm-project/commit/3ca9bcc6ccd0de4e05c7b7749c24f94e5f184b45.diff
LOG: [llvm][docs][X86] Mention code model improvements in ReleaseNotes (#76190)
Added:
Modified:
llvm/docs/ReleaseNotes.rst
Removed:
################################################################################
diff --git a/llvm/docs/ReleaseNotes.rst b/llvm/docs/ReleaseNotes.rst
index 33afa09fcac3da..9d5124680141e6 100644
--- a/llvm/docs/ReleaseNotes.rst
+++ b/llvm/docs/ReleaseNotes.rst
@@ -172,6 +172,11 @@ Changes to the X86 Backend
* Support ISA of ``AVX10.1-256`` and ``AVX10.1-512``.
* ``-mcpu=pantherlake`` and ``-mcpu=clearwaterforest`` are now supported.
* ``-mapxf`` is supported.
+* 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 more similar to the
+ small code model where possible.
Changes to the OCaml bindings
-----------------------------
More information about the llvm-commits
mailing list