[llvm] [llvm][docs][X86] Mention code model improvements in ReleaseNotes (PR #76190)
Reid Kleckner via llvm-commits
llvm-commits at lists.llvm.org
Thu Dec 21 14:05:09 PST 2023
================
@@ -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 much similar to the
----------------
rnk wrote:
"to be much similar", it seems like there is a missing "more" here. It could read "to be more similar".
https://github.com/llvm/llvm-project/pull/76190
More information about the llvm-commits
mailing list